Category Page Title


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php if($this->params->get('show_page_title')): ?>
  2. <!-- Page title -->
  3. <div class="componentheading<?php echo $this->params->get('pageclass_sfx')?>">
  4. <?php echo $this->escape($this->params->get('page_title')); ?>
  5. </div>
  6. <?php endif; ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.