From 9427ec09f82febc09617013bb39a1ac30c1d7d19 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Fri, 3 Sep 2010 19:41:01 +0000 Subject: [PATCH] - Patch #686316 by asimmonds, Jeff Burnz: Garland does not show any blocks in highlighted content region. --- themes/garland/page.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php index 2ea57383677d..4266d9707ea5 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); ?> -- GitLab