The following users have thanked you: VARion
<?php echo $this->escape($this->params->get('page_heading')); ?>
<?php if ($this->params->get('show_page_heading') != 0)
{
echo $this->escape($this->params->get('page_heading'));
}
?>
The following users have thanked you: Clive Garnham, RacerFX, nickyv, Virtually There, Kim Brebach, Makundo
<section class="blog<?php echo $this->pageclass_sfx;?>">
<?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').'
}
?>
Time to create page: 0.082 seconds