From b584c115a5649bc4477c840b6f22ebe3b33b1cf6 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Thu, 6 Apr 2023 23:01:41 -0400
Subject: [PATCH] ISTWCMS-6167: fixing naming to uw_option

---
 src/patterns/03-layouts/header/header.twig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/patterns/03-layouts/header/header.twig b/src/patterns/03-layouts/header/header.twig
index ebb77cb8..186b896c 100644
--- a/src/patterns/03-layouts/header/header.twig
+++ b/src/patterns/03-layouts/header/header.twig
@@ -3,8 +3,8 @@
   {%  set  faculty = faculty ? faculty : 'org-art' %}
 {% endif %}
 
-{% if not uwoption %}
-  {% set uwoption = 'all' %}
+{% if not uw_option %}
+  {% set uw_option = 'all' %}
 {% endif %}
 
 <header class="uw-header {{ faculty }}" role="banner">
@@ -34,7 +34,7 @@
     }%}
   {%  endif %}
 
-  {% if uwoption == 'all' %}
+  {% if uw_option == 'all' %}
     <!-- Main header horizontal navigation -->
     <nav class="uw-header__nav">
       <div class="uw-header__center">
-- 
GitLab