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