mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
General menu optimation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "base.html.twig" %}
|
||||
{% block body %}
|
||||
{% include 'frames/structure/navbar.html.twig'%}
|
||||
{% include 'frames/structure/navbar/navbar_top.html.twig'%}
|
||||
<br />
|
||||
<div class="container">
|
||||
{% include 'frames/structure/message/flash_messages.html.twig'%}
|
||||
|
@@ -7,6 +7,6 @@
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
{{ knp_menu_render('userTopbar', {'currentClass': 'active', 'template': 'frames/structure/knp_menu.html.twig'}) }}
|
||||
{{ knp_menu_render('userTopbar', {'currentClass': 'active', 'template': 'frames/structure/navbar/knp_menu.html.twig'}) }}
|
||||
</div>
|
||||
</nav>
|
Reference in New Issue
Block a user