theme_search_theme_form($form)
drupal/modules/search/search.module, line 1071
Theme the theme search form.
| Name | Description |
|---|---|
| Search interface | The Drupal search interface manages a global search mechanism. |
function theme_search_theme_form($form) {
return '<div id="search" class="container-inline">'. drupal_render($form) .'</div>';
}