diff options
-rw-r--r-- | themes/garland/page.tpl.php | 2 |
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); ?> |