Skip to content
Snippets Groups Projects
Commit cab10ac3 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-3505: more fixes for the header and global header menu

parent bbfd69b1
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,13 @@ ...@@ -5,11 +5,13 @@
<header {{ add_attributes(additional_attributes) }} role="banner"> <header {{ add_attributes(additional_attributes) }} role="banner">
<div class="uw-header__wrapper"> <div class="uw-header__wrapper">
{% include "@components/site-logo/site-logo.twig"%} {% include "@components/site-logo/site-logo.twig"%}
{% block content %} <nav class="uw-header-menu" aria-label="University">
{% include "@components/menu/menu--header/menu--header.twig" with { {% block content %}
'items': items {% include "@components/menu/menu--header/menu--header.twig" with {
} %} 'items': items
{% endblock %} } %}
{% endblock %}
</nav>
</div> </div>
{% include "@global/01-colors-bars/_color-bar.twig" %} {% include "@global/01-colors-bars/_color-bar.twig" %}
</header> </header>
<div class="uw-header-menu"> {% include '@components/menu/menu.twig' with {
{% include '@components/menu/menu.twig' with { 'menu_name': menu_name,
'menu_name': menu_name, 'items': items
'items': items } %}
} %} \ No newline at end of file
</div>
\ No newline at end of file
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