Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
4dbaaefd
Commit
4dbaaefd
authored
Jul 17, 2006
by
Steven Wittens
Browse files
Remove useless/broken #theme statement from search_theme_form
parent
99458217
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/search/search.module
View file @
4dbaaefd
...
...
@@ -1042,9 +1042,6 @@ function search_box($form_id = 'search_theme_form') {
'#default_value'
=>
''
,
'#attributes'
=>
array
(
'title'
=>
t
(
'Enter the terms you wish to search for.'
)),
);
if
(
$form_id
==
'search_theme_form'
)
{
$form
[
'#theme'
][
'theme_search_theme_form'
]
=
array
();
}
$form
[
'submit'
]
=
array
(
'#type'
=>
'submit'
,
'#value'
=>
t
(
'Search'
));
return
drupal_get_form
(
$form_id
,
$form
,
'search_box_form'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment