<div class="sectiontitle"><?php echo $this->escape($this->item->section) ?></div>
<h1 class="title"><?php echo $this->escape($this->item->category) ?></h1>
<div class="sectiontitle"></div>
<?php if ($this->item->params->get('show_title')) : ?>
<h1 class="title<?php echo $this->escape($this->item->params->get('pageclass_sfx')); ?>">
<?php if ($this->item->params->get('link_titles') && $this->item->readmore_link != '') : ?>
<a href="<?php echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->escape($this->item->params->get('pageclass_sfx')); ?>"><?php echo $this->escape($this->item->title); ?></a>
<?php else :
echo $this->escape($this->item->title);
endif; ?>
</h1>
<?php endif; ?>
<div class="sectiontitle"><?php echo $this->escape($this->item->section) ?></div>
<h1 class="title"><?php echo $this->escape($this->item->category) ?></h1>
<div class="sectiontitle"></div>
<?php if ($this->item->params->get('show_title')) : ?>
<h1 class="title<?php echo $this->escape($this->item->params->get('pageclass_sfx')); ?>">
<?php if ($this->item->params->get('link_titles') && $this->item->readmore_link != '') : ?>
<a href="<?php echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->escape($this->item->params->get('pageclass_sfx')); ?>"><?php echo $this->escape($this->item->title); ?></a>
<?php else :
echo $this->escape($this->item->title);
endif; ?>
</h1>
<?php endif; ?>
<?php if ($this->item->params->get('show_title')) : ?>
<h2 class="contentheading<?php echo $this->escape($this->item->params->get('pageclass_sfx')); ?>">
<?php if ($this->item->params->get('link_titles') && $this->item->readmore_link != '') : ?>
<a href="<?php echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->escape($this->item->params->get('pageclass_sfx')); ?>"><?php echo $this->escape($this->item->title); ?></a>
<?php else :
echo $this->escape($this->item->title);
endif; ?>
</h2>
<?php endif; ?>
<? /*
<?php if ($this->item->params->get('show_title')) : ?>
<h2 class="contentheading<?php echo $this->escape($this->item->params->get('pageclass_sfx')); ?>">
<?php if ($this->item->params->get('link_titles') && $this->item->readmore_link != '') : ?>
<a href="<?php echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->escape($this->item->params->get('pageclass_sfx')); ?>"><?php echo $this->escape($this->item->title); ?></a>
<?php else :
echo $this->escape($this->item->title);
endif; ?>
</h2>
<?php endif; ?>
*/
?>
Time to create page: 0.053 seconds