<div class="sectiontitle"><?php echo $this->escape($this->item->section) ?></div>
<h1 class="title"><?php echo $this->escape($this->item->category) ?></h1>
The following users have thanked you: HAAP
<div class="sectiontitle"><?php echo $this->escape($this->item->section) ?></div>
<h1 class="title"><?php echo $this->escape($this->item->category) ?></h1>
<?php /*?><div class="sectiontitle"><?php echo $this->escape($this->item->section) ?></div>
<h1 class="title"><?php echo $this->escape($this->item->category) ?></h1><?php */?>
<?php if ($this->params->def('show_pagination', 2) == 1 || ($this->params->get('show_pagination') == 2 && $this->pagination->get('pages.total') > 1)) : ?>
<?php if( $this->pagination->get('pages.total') > 1 ) : ?>
<p class="counter">
<?php //echo $this->pagination->getPagesCounter(); ?>
</p>
<?php endif; ?>
<?php if ($this->params->def('show_pagination_results', 1)) : ?>
<?php echo $this->pagination->getPagesLinks(); ?>
<?php endif; ?>
<?php endif; ?>
Time to create page: 0.277 seconds