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/bluemarine/block.tpl.php
  2. 6.x themes/bluemarine/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/bluemarine/block.tpl.php
View source
  <div class="block block-<?php

print $block->module;
?>" id="block-<?php

print $block->module;
?>-<?php

print $block->delta;
?>">
    <h2 class="title"><?php

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

print $block->content;
?></div>
 </div>