summaryrefslogtreecommitdiff
path: root/block-banner3.tpl.php
diff options
context:
space:
mode:
authorbboldi <bboldi@gmail.com>2011-09-13 12:08:50 +0200
committerbboldi <bboldi@gmail.com>2011-09-13 12:08:50 +0200
commit9438279fd24e0309abd1f78a9442b149f7bd6bef (patch)
tree77d5495a6e2d94f625f9d23c5e2dcd26af2d1819 /block-banner3.tpl.php
downloadnuvemdario-9438279fd24e0309abd1f78a9442b149f7bd6bef.tar.gz
nuvemdario-9438279fd24e0309abd1f78a9442b149f7bd6bef.tar.bz2
Initial commit.
Diffstat (limited to 'block-banner3.tpl.php')
-rw-r--r--block-banner3.tpl.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/block-banner3.tpl.php b/block-banner3.tpl.php
new file mode 100644
index 0000000..1d03b25
--- /dev/null
+++ b/block-banner3.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