block.tpl.php in Drupal for Facebook 5
Same filename and directory in other branches
File
themes/fb_fbml/block.tpl.phpView 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>