/ Published in: PHP
Use this to create the items title, within an item page. Style by changing the H2 class.
Expand |
Embed | Plain Text
<?php if($this->item->params->get('itemTitle')): ?> <!-- Item title --> <h2 class="itemTitle"> </h2> <?php endif; ?>
You need to login to post a comment.
