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