You are here

box.tpl.php in Drupal for Facebook 5

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

File

themes/fb_fbml/box.tpl.php
View source
  <div class="box">
    <?php

if ($title) {
  ?><h2 class="title"><?php

  print $title;
  ?></h2><?php

}
?>
    <div class="content"><?php

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