Closed (fixed)
Project:
Drupal core
Version:
6.2
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2008 at 10:39 UTC
Updated:
4 Dec 2008 at 10:44 UTC
The default theme seems to have 'hard-wired' the html placeholder for the search box in the left sidebar. So as soon as the Search module is enabled, the Search block appears in the left sidebar, even when the Search block is disabled in the blocks administration page! When the Search block is 'enabled' for any other region, the search block in the left sidebar remains, causing duplication.
Comments
Comment #1
ainigma32 commentedI assume you mean the search box in the Garland theme. This search box is coded in the template:
As you can see the search box is only shown when $search_box is true. That variable can be set using the theme configuration.
When you uncheck the checkbox that says Search box the search box will not be displayed.
Comment #2
ainigma32 commentedHousekeeping...