@copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html A sermon distributor that links to Dropbox. /----------------------------------------------------------------------------------------------------------------------------------*/ // No direct access to this file defined('_JEXEC') or die('Restricted access'); use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Joomla\CMS\HTML\HTMLHelper as Html; // Set the heading of the page $heading = ($this->params->get('page_heading')) ? $this->params->get('page_heading') : ((isset($this->menu->title)) ? $this->menu->title : ''); ?>
params->get('show_page_heading')): ?>

items): ?> params->get('categories_display') == 1) : ?> loadTemplate('categories-table'); ?> params->get('categories_display') == 2) : ?> loadTemplate('categories-grid'); ?> loadTemplate('categories-list'); ?>

items) && isset($this->pagination) && isset($this->pagination->pagesTotal) && $this->pagination->pagesTotal > 1): ?> toolbar->render(); ?>