You are here

function google_analytics_reports_api_theme in Google Analytics Reports 7.3

Implements hook_theme().

File

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

Code

function google_analytics_reports_api_theme() {
  return array(
    'google_analytics_reports_api_profile_label' => array(
      'arguments' => array(
        'profile' => NULL,
        'active' => FALSE,
      ),
    ),
  );
}