You are here

function theme_google_appliance_search_form in Google Search Appliance 6.2

File

./google_appliance.module, line 1175
Google Search Appliance (GSA) / Google Mini integration

Code

function theme_google_appliance_search_form($form) {
  return drupal_render_form('google_appliance_search_form', $form);
}