items[$this->parent->id] as $id => $item) : ?>
params->get('show_empty_categories_cat') || $item->numitems || count($item->getChildren())) : ?>
getChildren()) > 0 && $this->maxLevelcat > 1) : ?>
params->get('show_description_image') && $item->getParams()->get('image')) : ?>
params->get('show_subcat_desc_cat') == 1) : ?>
description) : ?>
description, '', 'com_content.categories'); ?>
getChildren()) > 0 && $this->maxLevelcat > 1) : ?>
items[$item->id] = $item->getChildren();
$this->parent = $item;
$this->maxLevelcat--;
echo $this->loadTemplate('items');
$this->parent = $item->getParent();
$this->maxLevelcat++;
?>