function color_theme

Same name and namespace in other branches
  1. 7.x drupal-7.x/modules/color/color.module \color_theme()

Implementation of hook_theme().

Archivo

drupal-6.x/modules/color/color.module, line 20

Código

function color_theme() {
  return array(
    'color_scheme_form' => array(
      'arguments' => array('form' => NULL),
    ),
  );
}