params->get('show_description_image') && $this->category->image) : ?>
.'/'.$this->category->image; ?>)
params->get('show_description') && $this->category->description) :
echo $this->category->description;
endif; ?>
params->get('show_description_image') && $this->category->image) : ?>
items =& $this->getItems();
echo $this->loadTemplate('items'); ?>
access->canEdit || $this->access->canEditOwn) :
echo JHTML::_('icon.create', $this->category, $this->params, $this->access);
endif;