Same filename in this branch
  1. 4.7.x themes/pushbutton/box.tpl.php
  2. 4.7.x themes/engines/phptemplate/box.tpl.php
  3. 4.7.x themes/bluemarine/box.tpl.php
Same filename and directory in other branches
  1. 5.x themes/bluemarine/box.tpl.php
  2. 6.x themes/bluemarine/box.tpl.php
4 theme calls to box.tpl.php
comment_form in modules/comment.module
menu_overview_tree in modules/menu.module
Present the menu tree, rendered along with links to edit menu items.
search_view in modules/search.module
Menu callback; presents the search form and/or search results.
theme_comment_controls in modules/comment.module

File

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