summaryrefslogtreecommitdiff
path: root/themes/pushbutton/block.tpl.php
blob: 0e2978e6dec4ae1a793ec7a1c109b561cdef4599 (plain)
1
2
3
4
5
6
7
<?php
// $Id$
?>
<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>