summaryrefslogtreecommitdiff
path: root/block-banner6.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'block-banner6.tpl.php')
-rw-r--r--block-banner6.tpl.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/block-banner6.tpl.php b/block-banner6.tpl.php
new file mode 100644
index 0000000..1d03b25
--- /dev/null
+++ b/block-banner6.tpl.php
@@ -0,0 +1,8 @@
+<div id="<?php print $block->region .'-'. $block->module .'-'. $block->delta; ?>">
+ <?php if (!empty($block->subject)): ?>
+ <h2><?php print $block->subject ?></h2>
+ <?php endif;?>
+ <div class="content">
+ <?php print $block->content ?>
+ </div>
+</div> \ No newline at end of file