You are here

function color_form_system_themes_alter in Drupal 7

Implements hook_form_FORM_ID_alter().

File

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

Code

function color_form_system_themes_alter(&$form, &$form_state) {
  _color_theme_select_form_alter($form, $form_state);
}