From 8164efbacd57ae170ec530711fd9954ace343666 Mon Sep 17 00:00:00 2001
From: Martin Leblanc <m26lebla@uwaterloo.ca>
Date: Thu, 10 Feb 2022 20:55:19 +0000
Subject: [PATCH] ISTWCMS-5350: adding school (red) back to array

---
 uw_fdsu_theme_resp.theme | 1 +
 1 file changed, 1 insertion(+)

diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme
index c5113f28..205e9145 100644
--- a/uw_fdsu_theme_resp.theme
+++ b/uw_fdsu_theme_resp.theme
@@ -180,6 +180,7 @@ function uw_fdsu_theme_resp_form_system_theme_settings_alter(&$form, FormStateIn
       'org-ahs' => t('Teal (Health)'),
       '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'),
-- 
GitLab