diff options
Diffstat (limited to 'themes/garland/page.tpl.php')
-rw-r--r-- | themes/garland/page.tpl.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php index 5d70f9630..fffc233b1 100644 --- a/themes/garland/page.tpl.php +++ b/themes/garland/page.tpl.php @@ -24,7 +24,6 @@ <?php if ($page['sidebar_first']): ?> <div id="sidebar-first" class="sidebar"> - <?php if ($search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?> <?php print render($page['sidebar_first']); ?> </div> <?php endif; ?> @@ -48,7 +47,6 @@ <?php if ($page['sidebar_second']): ?> <div id="sidebar-second" class="sidebar"> - <?php if (!$page['sidebar_first'] && $search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?> <?php print render($page['sidebar_second']); ?> </div> <?php endif; ?> |