Skip to content
block.tpl.php 333 B
Newer Older
?><div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?> clear-block">
<?php if ($block->subject): ?>
  <h2 class="block-title"><?php print $block->subject ?></h2>
<?php endif;?>

  <div class="content clear-block">
    <?php print $block->content ?>
  </div>
</div>