You are here

function color_theme in Drupal 6

Same name and namespace in other branches
  1. 8 core/modules/color/color.module \color_theme()
  2. 7 modules/color/color.module \color_theme()
  3. 9 core/modules/color/color.module \color_theme()

Implementation of hook_theme().

File

modules/color/color.module, line 20

Code

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