You are here

function google_cse_search_admin in Google Custom Search Engine 7.2

Same name and namespace in other branches
  1. 7.3 google_cse.module \google_cse_search_admin()
  2. 7 google_cse.module \google_cse_search_admin()

Implements hook_search_admin().

File

./google_cse.module, line 138
Display a Google Custom Search Engine (CSE) on your site.

Code

function google_cse_search_admin() {
  module_load_include('admin.inc', 'google_cse');
  return google_cse_admin_settings();
}