Remove useless/broken #theme statement from search_theme_form

5.x
Steven Wittens 2006-07-17 13:15:22 +00:00
parent 994582171e
commit 4dbaaefd6d
1 changed files with 0 additions and 3 deletions

View File

@ -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');