summaryrefslogtreecommitdiff
path: root/modules/system/box.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/box.tpl.php')
-rw-r--r--modules/system/box.tpl.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/box.tpl.php b/modules/system/box.tpl.php
new file mode 100644
index 000000000..84d810cf0
--- /dev/null
+++ b/modules/system/box.tpl.php
@@ -0,0 +1,8 @@
+<div class="box">
+
+<?php if ($title): ?>
+ <h2><?php print $title ?></h2>
+<?php endif; ?>
+
+ <div class="content"><?php print $content ?></div>
+</div>