summaryrefslogtreecommitdiff
path: root/modules/system/block.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/block.tpl.php')
-rw-r--r--modules/system/block.tpl.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/block.tpl.php b/modules/system/block.tpl.php
new file mode 100644
index 000000000..8ba204d40
--- /dev/null
+++ b/modules/system/block.tpl.php
@@ -0,0 +1,8 @@
+<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="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>