You are here

function commons_roots_search_theme_form in Drupal Commons 6.2

File

themes/commons_roots/template.php, line 361

Code

function commons_roots_search_theme_form($form) {
  return '<div id="search" class="container-inline">' . drupal_render($form) . '</div>';
}