diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php index 2ea57383677dcb297483c4f7b78975b70cccb23a..4266d9707ea55ddadb61c0dedb2963efde415d50 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); ?>