advanced code snippet search
K2Joom on 04/29/10
page category titlep
04/29/10 04:00pm
<?php if($this->params->get('show_page_title')): ?> <!-- Page title --> <div class="componentheading<?php echo $this->params->get('pageclass_sfx')?>"> <?php echo $this->escape($this->params->get('page_title')); ?> </div> <?php endif; ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.