diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/garland/maintenance-page.tpl.php | 1 | ||||
-rw-r--r-- | themes/garland/page.tpl.php | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/themes/garland/maintenance-page.tpl.php b/themes/garland/maintenance-page.tpl.php index 3d888541f..900ee8a71 100644 --- a/themes/garland/maintenance-page.tpl.php +++ b/themes/garland/maintenance-page.tpl.php @@ -63,7 +63,6 @@ <?php if ($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 $sidebar_first ?> </div> <?php endif; ?> 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; ?> |