The following users have thanked you: ERRI NUÑEZ, ADMS, Inc
<!--<?php if ($this->params->get('show_page_heading') != 0 or $this->params->get('show_category_title')): ?>--!>
<h1>
<?php if ($this->params->get('show_page_heading') != 0)
{
echo $this->escape($this->params->get('page_heading'));
}
?>
The following users have thanked you: David Goode, Matt
<?php if ($this->params->get('show_page_heading') != 0 or $this->params->get('show_category_title')): ?>
<h1>
<?php echo $this->escape($this->params->get('page_heading')); ?>
<?php if ($this->params->get('show_category_title'))
{
echo '<span class="subheading-category">'.JHtml::_('content.prepare', $this->category->title, '', 'com_content.category.title').'</span>';
}
?>
</h1>
<?php endif; ?>
<?php if ($this->params->get('show_page_heading', 1)) : ?>
<h1>
<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>
<?php if ($this->params->get('show_category_title', 1) or $this->params->get('page_subheading')) : ?>
<h2> <?php echo $this->escape($this->params->get('page_subheading')); ?>
<?php if ($this->params->get('show_category_title')) : ?>
<span class="subheading-category"><?php echo $this->category->title; ?></span>
<?php endif; ?>
</h2>
<?php endif; ?>
The following users have thanked you: Joe Halleck, DanG
Time to create page: 0.070 seconds