Return to Snippet

Revision: 25795
at April 9, 2010 04:56 by K2Joom


Initial Code
<?php if($this->item->params->get('itemTitle')): ?>
<!-- Item title -->
<h2 class="itemTitle">
<?php echo $this->item->title; ?>
</h2>
<?php endif; ?>

Initial URL


Initial Description
Use this to create the items title, within an item page.
Style by changing the H2 class.

Initial Title
itemTitle - Index.php - K2 - V2.2

Initial Tags


Initial Language
PHP