function charts_theme in Charts 7
Same name and namespace in other branches
- 8.4 charts.module \charts_theme()
- 8 charts.module \charts_theme()
- 8.3 charts.module \charts_theme()
- 6 charts.module \charts_theme()
- 7.2 charts.module \charts_theme()
- 5.0.x charts.module \charts_theme()
Implementation of hook_theme().
File
- ./
charts.hooks.inc, line 48 - @author Bruno Massa http://drupal.org/user/67164
Code
function charts_theme() {
return array(
'charts_settings_color' => array(
'arguments' => array(
'form' => NULL,
),
),
);
}