function google_search_page in Google Custom Search Engine 6
Implementation of hook_search_page().
File
- ./
google.module, line 26 - Integrates Google Custom Search Engine with the Drupal core search API.
Code
function google_search_page($results) {
return theme('google_cse_results', FALSE);
}