function color_theme

color_theme()

Implements hook_theme().

File

modules/color/color.module, line 28
Allows users to change the color scheme of themes.

Code

function color_theme() {
  return array(
    'color_scheme_form' => array(
      'render element' => 'form',
    ),
  );
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!color!color.module/function/color_theme/7.x