block--title--title.tpl.php 210 Bytes edit raw blame history permalink 1 2 3 4 5 6 7 <?php if ($title): ?> <h1 class="block-title"><?php print $title; ?></h1> <hr/> <?php if ($subtitle): ?> <p class="block-subtitle"><?php print $subtitle; ?></p> <?php endif; ?> <?php endif; ?>