#5852 closed enhancement (duplicate)
Search Widget Does Not Check for searchform.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
The search widget contained in widgets.php does not first check for the TEMPLATEPATH.'/searchform.php' prior to outputting it's own specific search form.
I consider this to be a major fallback of the search widget, i understand it must provide it's own form. But it should check for the templates search form and if it's there, use that, otherwise fall back to using what is already in the widget.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
This has caught me out before. Here's a patch.