diff options
Diffstat (limited to 'themes/pushbutton/box.tpl.php')
-rw-r--r-- | themes/pushbutton/box.tpl.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/themes/pushbutton/box.tpl.php b/themes/pushbutton/box.tpl.php deleted file mode 100644 index 0374ba64f..000000000 --- a/themes/pushbutton/box.tpl.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php -// $Id$ -?> -<div class="box"> - <?php if ($title): ?> - <h2 class="title"><?php print $title ?></h2> - <?php endif; ?> - <div class="content"><?php print $content ?></div> -</div>
\ No newline at end of file |