escape($child->title); ?>
params->get('show_cat_items') == 1) : ?>
numitems; ?>
params->get('show_subcat_desc') == 1) : ?>
description) : ?>
description, '', 'com_contact.category'); ?>
getChildren()) > 0 ) :
$this->children[$child->id] = $child->getChildren();
$this->category = $child;
$this->maxLevel--;
echo $this->loadTemplate('children');
$this->category = $child->getParent();
$this->maxLevel++;
endif; ?>