* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\FileLayout; use Joomla\CMS\Layout\LayoutHelper; $htag = $this->params->get('show_page_heading') ? 'h2' : 'h1'; ?>
params->get('show_page_heading')) : ?>

escape($this->params->get('page_heading')); ?>

params->get('show_category_title', 1)) : ?> <> category->title, '', 'com_newsfeeds.category.title'); ?> > params->get('show_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')) : ?> $this->category->getParams()->get('image'), 'alt' => empty($this->category->getParams()->get('image_alt')) && empty($this->category->getParams()->get('image_alt_empty')) ? false : $this->category->getParams()->get('image_alt'), ] ); ?> params->get('show_description') && $this->category->description) : ?> category->description, '', 'com_newsfeeds.category'); ?>
loadTemplate('items'); ?> maxLevel != 0 && !empty($this->children[$this->category->id])) : ?>

loadTemplate('children'); ?>