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())) :
if (!isset($this->children[$this->category->id][$id + 1])) :
$class = ' class="last"';
endif;
?>
>
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++;
?>