diff --git a/Resources/views/Menu/homepage.html.twig b/Resources/views/Menu/homepage.html.twig new file mode 100644 index 000000000..b757e9917 --- /dev/null +++ b/Resources/views/Menu/homepage.html.twig @@ -0,0 +1,11 @@ +
+
+ {% for route in routes %} + +
+ {{ route.label|trans }} +
+
+ {% endfor %} +
+
\ No newline at end of file diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 4c8f7fe21..e9642af7a 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -89,14 +89,23 @@ {% endfor %} - {{ chill_menu('main', { - 'layout': 'ChillPersonBundle::menu.html.twig', + {% block content %} + +
+
+
+ +
+ +
+
+
+
+ + {{ chill_menu('homepage', { + 'layout': 'ChillMainBundle::Menu/homepage.html.twig', }) }} - {% block content %} -
-

Welcome to Chill

-
{% endblock %} {% endblock %}