| 5 search.module | theme_search_block_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
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