yellow_search_box($form_id = 'yellow_search_theme_form')
yellow/yellow.module, line 412
Output a search form for the search block and the theme's search box.
function yellow_search_box($form_id = 'yellow_search_theme_form') {
return drupal_get_form('yellow_search_box_form', $form_id);
}