function color_form_system_themes_alter

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);
}

© 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_form_system_themes_alter/7.x