You are here

block.tpl.php in Drupal for Facebook 5

Same filename and directory in other branches
  1. 5.2 themes/fb_fbml/block.tpl.php
  2. 6.2 themes/fb_fbml/block.tpl.php

File

themes/fb_fbml/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>