You are here

block.tpl.php in Drupal 5

File

themes/pushbutton/block.tpl.php
View source
<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>