Return to Snippet

Revision: 26512
at April 29, 2010 16:00 by K2Joom


Initial Code
<?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; ?>

Initial URL


Initial Description


Initial Title
Category Page Title

Initial Tags
page, category

Initial Language
PHP