<?php if ($title && !$is_front): ?>
<h2 class="title" id="page-title"><?php print $title; ?></h2>
<?php endif; ?>
- Log in to post comments
<?php if ($title && !$is_front): ?>
<h2 class="title" id="page-title"><?php print $title; ?></h2>
<?php endif; ?>