children[$this->category->id]) > 0) : ?>
children[$this->category->id] as $id => $child) : ?>
params->get('show_empty_categories') || $child->getNumItems(true) || count($child->getChildren())) :
if (!isset($this->children[$this->category->id][$id + 1])) :
$class = 'last';
endif;
?>
-
isRTL()) : ?>
params->get('show_subcat_desc') == 1) :?>
description) : ?>
description, '', 'com_content.category'); ?>
getChildren()) > 0) :?>
children[$child->id] = $child->getChildren();
$this->category = $child;
$this->maxLevel--;
if ($this->maxLevel != 0) :
echo $this->loadTemplate('children');
endif;
$this->category = $child->getParent();
$this->maxLevel++;
?>