diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-09-21 06:36:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-09-21 06:36:54 +0000 |
commit | 0741d8e32320f4578853ae92b242c2f7cd2d339a (patch) | |
tree | 055b2f6203a92967ebac357b32704d134630bbd9 /modules/system | |
parent | a7527fecadec47bf6d5d4fe5b0d63e5a811bb5b5 (diff) | |
download | brdo-0741d8e32320f4578853ae92b242c2f7cd2d339a.tar.gz brdo-0741d8e32320f4578853ae92b242c2f7cd2d339a.tar.bz2 |
- Patch #550742 by douggreen | Zarabadoo: remove Search box from theme system, default to block system instead.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/page.tpl.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php index be4921656..417a18c3f 100644 --- a/modules/system/page.tpl.php +++ b/modules/system/page.tpl.php @@ -26,7 +26,6 @@ * in theme settings. * * Navigation: - * - $search_box: HTML to display the search box, empty if search has been disabled. * - $main_menu (array): An array containing the Main menu links for the * site, if they have been configured. * - $secondary_menu (array): An array containing the Secondary menu links for @@ -87,10 +86,6 @@ </div> <!-- /#name-and-slogan --> <?php endif; ?> - <?php if ($search_box): ?> - <div id="search-box"><?php print $search_box; ?></div> - <?php endif; ?> - <?php if ($page['header']): ?> <div id="header-region" class="region"> <?php print render($page['header']); ?> |