box.tpl.php

Same filename in this branch
  1. 6.x drupal-6.x/modules/system/box.tpl.php
  2. 6.x drupal-6.x/themes/bluemarine/box.tpl.php
  3. 6.x drupal-6.x/themes/pushbutton/box.tpl.php
3 theme calls to box.tpl.php
comment_form_box in drupal-6.x/modules/comment/comment.module
Theme the comment form box.
search_view in drupal-6.x/modules/search/search.pages.inc
Menu callback; presents the search form and/or search results.
theme_comment_controls in drupal-6.x/modules/comment/comment.module
Theme comment controls box where the user can change the default display mode and display order of comments.

Archivo

drupal-6.x/themes/bluemarine/box.tpl.php
View source
  1. <?php
  2. ?>
  3. <div class="box">
  4. <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?>
  5. <div class="content"><?php print $content; ?></div>
  6. </div>