- drupal
- 4.7 themes/bluemarine/box.tpl.php
- 4.7 themes/pushbutton/box.tpl.php
- 4.7 themes/engines/phptemplate/box.tpl.php
- 5 themes/bluemarine/box.tpl.php
- 5 themes/pushbutton/box.tpl.php
- 5 themes/engines/phptemplate/box.tpl.php
- 6 modules/system/box.tpl.php
- 6 themes/pushbutton/box.tpl.php
- 6 themes/bluemarine/box.tpl.php
3 theme calls to box.tpl.php
File
themes/bluemarine/box.tpl.phpView source
- <?php
- ?>
- <div class="box">
- <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?>
- <div class="content"><?php print $content; ?></div>
- </div>
-
-