| Versions | |
|---|---|
| 4.7 – 5 | theme_search_theme_form( |
| 6 | theme_search_theme_form() |
Implemented using the search-theme-form.tpl.php template.
developer/
<?php
function theme_search_theme_form() {
// This function is never used; see the corresponding template file instead.
}
?>