theme_search_theme_form

  1. drupal
    1. 4.7 search.module
    2. 5 search.module
    3. 6
Versions
4.7 – 5 theme_search_theme_form($form)
6 theme_search_theme_form()

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

See also

search-theme-form.tpl.php

Related topics

Code

developer/theme.php, line 308

<?php
function theme_search_theme_form() {
  // This function is never used; see the corresponding template file instead.
}
?>