Skip to content
Snippets Groups Projects
Commit 99cee489 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-4567-lkmorlan-rename-ahs' into '8.x-1.x'

ISTWCMS-4567: Normalize color labels to "Color (Meaning)"

See merge request !14
parents 815703cb acd9bc5b
No related branches found
No related tags found
1 merge request!14ISTWCMS-4567: Normalize color labels to "Color (Meaning)"
...@@ -108,14 +108,14 @@ function uw_fdsu_theme_resp_form_system_theme_settings_alter(&$form, FormStateIn ...@@ -108,14 +108,14 @@ function uw_fdsu_theme_resp_form_system_theme_settings_alter(&$form, FormStateIn
'#default_value' => theme_get_setting('wcms_colour_scheme', 'uw_fdsu_theme_resp') ? theme_get_setting('wcms_colour_scheme', 'uw_fdsu_theme_resp') : 'default', '#default_value' => theme_get_setting('wcms_colour_scheme', 'uw_fdsu_theme_resp') ? theme_get_setting('wcms_colour_scheme', 'uw_fdsu_theme_resp') : 'default',
'#description' => t("Select a color scheme to use"), '#description' => t("Select a color scheme to use"),
'#options' => [ '#options' => [
'org-default' => t('Default (yellow/red)'), 'org-default' => t('Yellow/red (Default)'),
'org-art' => t('Arts (orange)'), 'org-art' => t('Orange (Arts)'),
'org-eng' => t('Engineering (purple)'), 'org-eng' => t('Purple (Engineering)'),
'org-env' => t('Environment (green)'), 'org-env' => t('Green (Environment)'),
'org-ahs' => t('Health (teal)'), 'org-ahs' => t('Teal (Health)'),
'org-mat' => t('Mathematics (pink)'), 'org-mat' => t('Pink (Mathematics)'),
'org-sci' => t('Science (blue)'), 'org-sci' => t('Blue (Science)'),
'org-school' => t('School (red)'), 'org-school' => t('Red (School)'),
], ],
]; ];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment