theme_yellow_search_theme_form

Definition

theme_yellow_search_theme_form($form)
yellow/yellow.module, line 439

Description

Theme the theme search form.

Code

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