Ever since I updated to the CVS version of the Spreadfirefox Theme, the search button on the top of the page no longer works (you enter a keyword and click on search, it just brings up the search page and no result).

I have tracked down the issue as follows:

On line 64 of page.tpl.php:

if you change:

name="edit[keys]"

to:

name="keys"

it works.

I have modified other parts of the theme, so please let me know if this is not a valid bug ;-)

Thanks, and keep up the good work!

Comments

factoryjoe’s picture

Assigned: Unassigned » factoryjoe

This change was made to prepare for Drupal 4.6. You can still use the theme with Drupal 4.5, but you have to make the change you made. Using the CVS version should be compatible with Drupal HEAD, which is the latest version of Drupal; backwards compatibility is often unlikely.

Chris