function googleanalytics_theme in Google Analytics 6.4
Same name and namespace in other branches
- 6.3 googleanalytics.module \googleanalytics_theme()
- 7.2 googleanalytics.module \googleanalytics_theme()
- 7 googleanalytics.module \googleanalytics_theme()
Implementation of hook_theme().
File
- ./
googleanalytics.module, line 46 - Drupal Module: Google Analytics
Code
function googleanalytics_theme() {
return array(
'googleanalytics_admin_custom_var_table' => array(
'arguments' => array(
'form' => NULL,
),
),
);
}