Same name and namespace in other branches
  1. 4.7.x modules/search.module \theme_search_theme_form()
  2. 5.x modules/search/search.module \theme_search_theme_form()

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

See also

search-theme-form.tpl.php

Related topics

File

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

Code

function theme_search_theme_form() {

  // This function is never used; see the corresponding template file instead.
}