diff options
author | bboldi <bboldi@gmail.com> | 2011-09-13 12:08:50 +0200 |
---|---|---|
committer | bboldi <bboldi@gmail.com> | 2011-09-13 12:08:50 +0200 |
commit | 9438279fd24e0309abd1f78a9442b149f7bd6bef (patch) | |
tree | 77d5495a6e2d94f625f9d23c5e2dcd26af2d1819 /block-copyright.tpl.php | |
download | nuvemdario-9438279fd24e0309abd1f78a9442b149f7bd6bef.tar.gz nuvemdario-9438279fd24e0309abd1f78a9442b149f7bd6bef.tar.bz2 |
Initial commit.
Diffstat (limited to 'block-copyright.tpl.php')
-rw-r--r-- | block-copyright.tpl.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/block-copyright.tpl.php b/block-copyright.tpl.php new file mode 100644 index 0000000..55616e7 --- /dev/null +++ b/block-copyright.tpl.php @@ -0,0 +1,6 @@ +<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>"> + <?php if ($block->subject): ?> + <h2><?php print $block->subject ?></h2> + <?php endif;?> + <div class="content"><?php print $block->content ?></div> +</div> |