yellow_search_box

Definition

yellow_search_box($form_id = 'yellow_search_theme_form')
yellow/yellow.module, line 412

Description

Output a search form for the search block and the theme's search box.

Code

function yellow_search_box($form_id = 'yellow_search_theme_form') {
  return drupal_get_form('yellow_search_box_form', $form_id);
}