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++;
?>