box.tpl.php

  1. drupal
    1. 4.7 themes/bluemarine/box.tpl.php
    2. 4.7 themes/pushbutton/box.tpl.php
    3. 4.7 themes/engines/phptemplate/box.tpl.php
    4. 5 themes/bluemarine/box.tpl.php
    5. 5 themes/pushbutton/box.tpl.php
    6. 5 themes/engines/phptemplate/box.tpl.php
    7. 6 modules/system/box.tpl.php
    8. 6 themes/pushbutton/box.tpl.php
    9. 6 themes/bluemarine/box.tpl.php

5 theme calls to box.tpl.php

File

themes/pushbutton/box.tpl.php
View source
  1. <div class="box">
  2. <?php if ($title): ?>
  3. <h2 class="title"><?php print $title ?></h2>
  4. <?php endif; ?>
  5. <div class="content"><?php print $content ?></div>
  6. </div>
Login or register to post comments