summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-03 19:41:01 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-03 19:41:01 +0000
commit9427ec09f82febc09617013bb39a1ac30c1d7d19 (patch)
tree7d78a90f393a5b2cc8e5438a6384b97266fc2bc6 /themes/garland
parent6f0d1797b552a3a09a1b559f46955ee9b8aae7ae (diff)
downloadbrdo-9427ec09f82febc09617013bb39a1ac30c1d7d19.tar.gz
brdo-9427ec09f82febc09617013bb39a1ac30c1d7d19.tar.bz2
- Patch #686316 by asimmonds, Jeff Burnz: Garland does not show any blocks in highlighted content region.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/page.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 2ea573836..4266d9707 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -39,7 +39,7 @@
<div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
<?php print $breadcrumb; ?>
- <?php if ($page['highlighted']): ?><div id="highlighted"><?php render($page['highlighted']); ?></div><?php endif; ?>
+ <?php if ($page['highlighted']): ?><div id="highlighted"><?php print render($page['highlighted']); ?></div><?php endif; ?>
<a id="main-content"></a>
<?php if ($tabs): ?><div id="tabs-wrapper" class="clearfix"><?php endif; ?>
<?php print render($title_prefix); ?>