summaryrefslogtreecommitdiff
path: root/themes/pushbutton/box.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/pushbutton/box.tpl.php')
-rw-r--r--themes/pushbutton/box.tpl.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/pushbutton/box.tpl.php b/themes/pushbutton/box.tpl.php
index 053c88f70..cf48ffa13 100644
--- a/themes/pushbutton/box.tpl.php
+++ b/themes/pushbutton/box.tpl.php
@@ -1,4 +1,6 @@
<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