theme_search_theme_form

Versions
4.7 – 5
theme_search_theme_form($form)

Theme the theme search form.

Related topics

Code

modules/search.module, line 1054

<?php
function theme_search_theme_form($form) {
  return '<div id="search" class="container-inline">'. form_render($form) .'</div>';
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.