summaryrefslogtreecommitdiff
path: root/themes/bluemarine/block.tpl.php
blob: 02ec48cf13305951a95d1e7813f640c361575055 (plain)
1
2
3
4
5
6
7
<?php
// $Id$
?>
  <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
    <h2 class="title"><?php print $block->subject; ?></h2>
    <div class="content"><?php print $block->content; ?></div>
 </div>