summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/page.tpl.php5
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']); ?>