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

ISTWCMS-5350: put theme colour options in title case

parent de21980e
No related branches found
No related tags found
1 merge request!64ISTWCMS-5350: adding colleges and removing Red from theme settings
...@@ -173,14 +173,14 @@ function uw_fdsu_theme_resp_form_system_theme_settings_alter(&$form, FormStateIn ...@@ -173,14 +173,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('Black/Gold (Default)'), 'org-default' => t('Black/gold (default)'),
'org-art' => t('Orange (Arts)'), 'org-art' => t('Orange (Arts)'),
'org-eng' => t('Purple (Engineering)'), 'org-eng' => t('Purple (Engineering)'),
'org-env' => t('Green (Environment)'), 'org-env' => t('Green (Environment)'),
'org-ahs' => t('Teal (Health)'), 'org-ahs' => t('Teal (Health)'),
'org-mat' => t('Pink (Mathematics)'), 'org-mat' => t('Pink (Mathematics)'),
'org-sci' => t('Blue (Science)'), 'org-sci' => t('Blue (Science)'),
'org-school' => t('Red (School)'), 'org-school' => t('Red (school)'),
'org-cgc' => t('Red (Conrad Grebel University College)'), 'org-cgc' => t('Red (Conrad Grebel University College)'),
'org-ren' => t('Green (Renison University College)'), 'org-ren' => t('Green (Renison University College)'),
'org-stj' => t('Green (St. Jerome’s University)'), 'org-stj' => t('Green (St. Jerome’s University)'),
......
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