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)

Implemented using the search-block-form.tpl.php template.

See also

search-block-form.tpl.php

Related topics

File

developer/theme.php, line 297
Shadow theme functions for theme templates.

Code

function theme_search_block_form($variables) {
  // This function is never used; see the corresponding template file instead.
}
Login or register to post comments