theme_search_block_form
- Versions
- 4.7 – 5
theme_search_block_form($form)
Theme the block search form.
Related topics
Code
modules/search/search.module, line 1078
<?php
function theme_search_block_form($form) {
return '<div class="container-inline">'. drupal_render($form) .'</div>';
}
?>Login or register to post comments 