summaryrefslogtreecommitdiff
path: root/themes/pushbutton/block.tpl.php
blob: 782ed509842dbbddf6fcfcc1decc2742af5cd7e1 (plain)
1
2
3
4
<div class="<?php print "block block-$block->module" ?>" id="<?php print "block-$block->module-$block->delta"; ?>">
  <div class="title"><h3><?php print $block->subject ?></h3></div>
  <div class="content"><?php print $block->content ?></div>
</div>