diff options
Diffstat (limited to 'block-banner1.tpl.php')
-rw-r--r-- | block-banner1.tpl.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/block-banner1.tpl.php b/block-banner1.tpl.php new file mode 100644 index 0000000..1d03b25 --- /dev/null +++ b/block-banner1.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 |