theme_yellow_search_theme_form($form)yellow/yellow.module, line 439
Theme the theme search form.
function theme_yellow_search_theme_form($form) { return '<div id="search" class="container-inline">'. form_render($form) .'</div>'; }