You are here

function google_cse_render_xml_access in Google Custom Search Engine 7.3

1 string reference to 'google_cse_render_xml_access'
google_cse_menu in ./google_cse.module
Implements hook_menu().

File

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

Code

function google_cse_render_xml_access() {
  return TRUE;
}