summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-12 09:02:55 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-12 09:02:55 +0000
commitd0936908cbf2f8b6c873e9b4d5a2abe279eb8ab7 (patch)
treeb20b1d149e8fa321fbc32503360e5740d3c0ba4f /themes
parentbeef6cc65742a34b0c2955f0866a0d9faa96f75e (diff)
downloadbrdo-d0936908cbf2f8b6c873e9b4d5a2abe279eb8ab7.tar.gz
brdo-d0936908cbf2f8b6c873e9b4d5a2abe279eb8ab7.tar.bz2
- Patch #478744 by moshe weitzman, Frando: simplify block rendering.
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/block.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/block.tpl.php b/themes/garland/block.tpl.php
index 730b2d4b2..faaa3ef5a 100644
--- a/themes/garland/block.tpl.php
+++ b/themes/garland/block.tpl.php
@@ -7,5 +7,5 @@
<h2><?php print $block->subject ?></h2>
<?php endif;?>
- <div class="content"><?php print $block->content ?></div>
+ <div class="content"><?php print $content ?></div>
</div>