summaryrefslogtreecommitdiff
path: root/themes/garland/block.tpl.php
blob: 8bbd371186e4012f65005791329c879828b1b0db (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
// $Id$
?>
<div id="block-<?php print $block->module . '-' . $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">

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

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