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