* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Joomla\Component\Content\Site\Helper\RouteHelper; $lang = Factory::getLanguage(); $user = Factory::getUser(); $groups = $user->getAuthorisedViewLevels(); ?> children[$this->category->id]) > 0) : ?> children[$this->category->id] as $id => $child) : ?> access, $groups)) : ?> params->get('show_empty_categories') || $child->getNumItems(true) || count($child->getChildren())) : ?>
isRtl()) : ?> params->get('show_subcat_desc') == 1) : ?> description) : ?>
description, '', 'com_content.category'); ?>
getChildren()) > 0 && $this->maxLevel > 1) : ?>
children[$child->id] = $child->getChildren(); $this->category = $child; $this->maxLevel--; echo $this->loadTemplate('children'); $this->category = $child->getParent(); $this->maxLevel++; ?>