params->get('show_page_heading')) : ?>
params->get('show_category_title', 1)) : ?>
<>
category->title; ?>
>
params->get('show_cat_tags', 1) && !empty($this->category->tags->itemTags)) : ?>
category->tagLayout = new FileLayout('joomla.content.tags'); ?>
category->tagLayout->render($this->category->tags->itemTags); ?>
params->get('show_description', 1) || $this->params->def('show_description_image', 1)) : ?>
params->get('show_description_image') && $this->category->getParams()->get('image')) : ?>
category->getParams()->get('image_alt')) && empty($this->category->getParams()->get('image_alt_empty')) ? '' : 'alt="' . htmlspecialchars($this->category->getParams()->get('image_alt'), ENT_COMPAT, 'UTF-8') . '"'; ?>
>
params->get('show_description') && $this->category->description) : ?>
category->description, '', 'com_content.category'); ?>
lead_items) && empty($this->link_items) && empty($this->intro_items)) : ?>
params->get('show_no_articles', 1)) : ?>
lead_items)) : ?>
lead_items as &$item) : ?>
item = & $item;
echo $this->loadTemplate('item');
?>
intro_items);
$counter = 0;
?>
intro_items)) : ?>
params->get('blog_class', ''); ?>
params->get('num_columns') > 1) : ?>
params->get('multi_column_order', 0) === 0 ? ' masonry-' : ' columns-'; ?>
params->get('num_columns'); ?>
intro_items as $key => &$item) : ?>
item = & $item;
echo $this->loadTemplate('item');
?>
link_items)) : ?>
loadTemplate('links'); ?>
maxLevel != 0 && !empty($this->children[$this->category->id])) : ?>
params->get('show_category_heading_title_text', 1) == 1) : ?>
loadTemplate('children'); ?>
params->def('show_pagination', 1) == 1 || ($this->params->get('show_pagination') == 2)) && ($this->pagination->pagesTotal > 1)) : ?>
params->def('show_pagination_results', 1)) : ?>
pagination->getPagesCounter(); ?>