items[$this->parent->id]) > 0 && $this->maxLevelcat != 0) :
?>
items[$this->parent->id] as $id => $item) : ?>
params->get('show_empty_categories_cat') || $item->numitems || count($item->getChildren())) :
if (!isset($this->items[$this->parent->id][$id + 1]))
{
$class = ' class="last"';
}
?>
- >
params->get('show_subcat_desc_cat') == 1) :?>
description) : ?>
description); ?>
params->get('show_cat_num_articles_cat') == 1) :?>
-
- numitems; ?>
getChildren()) > 0) :
$this->items[$item->id] = $item->getChildren();
$this->parent = $item;
$this->maxLevelcat--;
echo $this->loadTemplate('items');
$this->parent = $item->getParent();
$this->maxLevelcat++;
endif; ?>