function color_form_system_themes_alter
Implements hook_form_FORM_ID_alter().
File
-
modules/
color/ color.module, line 57
Code
function color_form_system_themes_alter(&$form, &$form_state) {
_color_theme_select_form_alter($form, $form_state);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.