Skip to content
Snippets Groups Projects
Commit de21980e authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-5350: editing the dropdown text for additional colleges

parent 8164efba
No related branches found
No related tags found
1 merge request!64ISTWCMS-5350: adding colleges and removing Red from theme settings
......@@ -173,7 +173,7 @@ 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',
'#description' => t("Select a color scheme to use"),
'#options' => [
'org-default' => t('Yellow/red (Default)'),
'org-default' => t('Black/Gold (Default)'),
'org-art' => t('Orange (Arts)'),
'org-eng' => t('Purple (Engineering)'),
'org-env' => t('Green (Environment)'),
......@@ -181,10 +181,10 @@ function uw_fdsu_theme_resp_form_system_theme_settings_alter(&$form, FormStateIn
'org-mat' => t('Pink (Mathematics)'),
'org-sci' => t('Blue (Science)'),
'org-school' => t('Red (School)'),
'org-cgc' => t('Conrad Grebel University College'),
'org-ren' => t('Renison University College'),
'org-stj' => t('St. Jerome’s University'),
'org-stp' => t('St. Paul’s University College'),
'org-cgc' => t('Red (Conrad Grebel University College)'),
'org-ren' => t('Green (Renison University College)'),
'org-stj' => t('Green (St. Jerome’s University)'),
'org-stp' => t('Green (St. Paul’s University College)'),
],
];
......
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