color_form_system_themes_alter

7 color.module color_form_system_themes_alter(&$form, &$form_state)

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);
}
Login or register to post comments