Remove useless/broken #theme statement from search_theme_form

4.7.x
Steven Wittens 2006-07-17 13:14:30 +00:00
parent 74e793fec2
commit 4495e2272a
1 changed files with 0 additions and 3 deletions

View File

@ -1034,9 +1034,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');