theme_search_block_form

5 search.module theme_search_block_form($form)
6 theme.php theme_search_block_form()
7 theme.php theme_search_block_form($variables)
8 theme.php theme_search_block_form($variables)

Theme the block search form.

Related topics

File

modules/search.module, line 1061
Enables site-wide keyword searching.

Code

function theme_search_block_form($form) {
  return '<div class="container-inline">' . form_render($form) . '</div>';
}
Login or register to post comments