summaryrefslogtreecommitdiff
path: root/modules/system/block.tpl.php
blob: 8ba204d40ea58f5792410e73272b68eb33bf7a1b (plain)
1
2
3
4
5
6
7
8
<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">

<?php if ($block->subject): ?>
  <h2><?php print $block->subject ?></h2>
<?php endif;?>

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