* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Joomla\CMS\Uri\Uri; /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('com_tags.tag-list'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
params->get('filter_field')) : ?>
params->get('show_pagination_limit')) : ?>
pagination->getLimitBox(); ?>
items)) : ?>
params->get('show_headings')) : ?> params->get('tag_list_show_date')) : ?> items as $i => $item) : ?> core_state == 0) : ?> params->get('tag_list_show_date')) : ?>
type_alias === 'com_users.category') || ($item->type_alias === 'com_banners.category')) : ?> escape($item->core_title); ?> escape($item->core_title); ?> core_state == 0) : ?> displayDate, $this->escape($this->params->get('date_format', Text::_('DATE_FORMAT_LC3'))) ); ?>
params->def('show_pagination', 2) == 1 || ($this->params->get('show_pagination') == 2)) && ($this->pagination->pagesTotal > 1)) : ?>
params->def('show_pagination_results', 1)) : ?>

pagination->getPagesCounter(); ?>

pagination->getPagesLinks(); ?>