You are here

function charts_theme in Charts 6

Same name and namespace in other branches
  1. 8.4 charts.module \charts_theme()
  2. 8 charts.module \charts_theme()
  3. 8.3 charts.module \charts_theme()
  4. 7.2 charts.module \charts_theme()
  5. 7 charts.hooks.inc \charts_theme()
  6. 5.0.x charts.module \charts_theme()

Implementation of hook_theme().

File

./charts.module, line 64
@author Bruno Massa http://drupal.org/user/67164

Code

function charts_theme() {
  return array(
    'charts_settings_color' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}