<?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'));
}
?>
<?php if ($this->params->get('show_category_title'))
{
echo '<span class="subheading-category">'.$this->category->title.'</span>';
}
?>
</h1>
<?php endif; ?>
Time to create page: 0.071 seconds