function analytics_google_theme in Analytics 7
Implements hook_theme().
File
- analytics_google/
analytics_google.module, line 17
Code
function analytics_google_theme() {
$info['analytics_google_universal_js'] = array(
'variables' => array(
'actions' => array(),
'service' => NULL,
),
'file' => 'analytics_google.theme.inc',
);
$info['analytics_google_ga_actions_js'] = array(
'variables' => array(
'actions' => array(),
'service' => NULL,
),
'file' => 'analytics_google.theme.inc',
);
$info['analytics_google_ga_js'] = array(
'variables' => array(
'service' => NULL,
),
'file' => 'analytics_google.theme.inc',
);
return $info;
}