Same filename in this branch
  1. 5.x themes/pushbutton/block.tpl.php
  2. 5.x themes/garland/block.tpl.php
  3. 5.x themes/engines/phptemplate/block.tpl.php
  4. 5.x themes/bluemarine/block.tpl.php
Same filename and directory in other branches
  1. 4.7.x themes/pushbutton/block.tpl.php
  2. 6.x themes/pushbutton/block.tpl.php
1 theme call to block.tpl.php
theme_blocks in includes/theme.inc
Return a set of blocks available for the current user.

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>