summaryrefslogtreecommitdiff
path: root/themes/bluemarine/block.tpl.php
blob: 75f2708a53a78b5bfba86a76d83ec571985c703e (plain)
1
2
3
4
  <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>