You are here

block.tpl.php in Drupal for Facebook 6.2

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

FBML block template.

File

themes/fb_fbml/block.tpl.php
View source
<?php

/**
 * @file
 * FBML block template.
 */
?>
<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>