function googleanalytics_theme in Google Analytics 6.3
Same name and namespace in other branches
- 6.4 googleanalytics.module \googleanalytics_theme()
- 7.2 googleanalytics.module \googleanalytics_theme()
- 7 googleanalytics.module \googleanalytics_theme()
Implementation of hook_theme().
File
- ./
googleanalytics.module, line 39 - Drupal Module: GoogleAnalytics Adds the required Javascript to the bottom of all your Drupal pages to allow tracking by the Google Analytics statistics package.
Code
function googleanalytics_theme() {
return array(
'googleanalytics_admin_custom_var_table' => array(
'arguments' => array(
'form' => NULL,
),
),
);
}