block--title--title.tpl.php 210 Bytes
<?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; ?>