Closed (fixed)
Project:
Drupal core
Version:
6.1
Component:
search.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2008 at 02:14 UTC
Updated:
5 Apr 2008 at 12:22 UTC
It appears that the Drupal Search module, since version 6 has a "Search this site" string which precedes the site's search field.
There is no way to disable this text but editing the core files.
I tried looking at the API documentation to see if there's a way to override it but I didn't find anything.
Besides this breaks some themes like Bluebreeze.
See more there:
http://drupal.org/node/230800
Comments
Comment #1
Rowanw commentedFirstly, you can change the wording using the language module.
Secondly, just about every bit of HTML in Drupal can be overridden with your own theme, have a look at this page and scroll down to the 'Overriding templates' section.
Comment #2
neural commentedThanks for the help! I had not stumbled into this great page on template overrides.