You are here

function google_analytics_reports_admin_paths in Google Analytics Reports 7.3

No overlay for config page.

Implements hook_admin_paths()

File

google_analytics_reports_api/google_analytics_reports_api.module, line 251
Implements the API through which Google Analytics data can be accessed.

Code

function google_analytics_reports_admin_paths() {
  return array(
    'admin/config/system/google-analytics-reports-api' => FALSE,
  );
}