admin sections for main bundle

This commit is contained in:
nobohan
2022-05-10 10:14:30 +02:00
parent 0f735c5749
commit c9b3bab508
23 changed files with 188 additions and 84 deletions

View File

@@ -2,7 +2,7 @@
{% block vertical_menu_content %}
{{ chill_menu('admin_person', {
'layout': '@ChillPerson/Admin/menu.html.twig',
'layout': '@ChillMain/Admin/menu_admin_section.html.twig',
}) }}
{% endblock %}