function theme_search_block_form

6.x theme.php theme_search_block_form()

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

See also

search-block-form.tpl.php

Related topics

File

documentation-6.x/developer/theme.php, line 280
Shadow theme functions for theme templates.

Code

function theme_search_block_form() {
  // This function is never used; see the corresponding template file instead.
}