summaryrefslogtreecommitdiff
path: root/themes/engines/phptemplate/block.tpl.php
blob: 3df046fcaabd2b637696084cfb299fa0a647b947 (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>