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

ISTWCMS-4199: fixing header template to match pattern-lab

parent 873bd9a8
No related branches found
No related tags found
1 merge request!6Feature/istwcms 4199 ebremner horizontal menu
......@@ -12,12 +12,11 @@
* @see template_preprocess_region()
*/
#}
{% embed '@layouts/header/header.twig' with {
'classes': classes
}%}
{% block content %}
{{ content }}
{% endblock %}
{% set main_menu = simplify_menu('main') %}
{% endembed %}
{% include '@layouts/header/header.twig' with {
'site_name': 'TESTING',
'faculty': faculty,
'classes': classes,
'nav_items': main_menu.menu_tree
}%}
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