summaryrefslogtreecommitdiff
path: root/themes/engines/phptemplate/block.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/engines/phptemplate/block.tpl.php')
-rw-r--r--themes/engines/phptemplate/block.tpl.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/engines/phptemplate/block.tpl.php b/themes/engines/phptemplate/block.tpl.php
deleted file mode 100644
index 8ba204d40..000000000
--- a/themes/engines/phptemplate/block.tpl.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<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>