diff --git a/src/patterns/03-layouts/header/header.twig b/src/patterns/03-layouts/header/header.twig index ebb77cb86707421f3a6defd856bcc2e6ccc6c06e..186b896c1297e2b857f1fa819b5f92c123a8613d 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">