From f571250296f87f0b5f792c091be5c7b34e26dae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 7 Sep 2018 16:26:08 +0200 Subject: [PATCH] split layout to different files to allow overriding --- Resources/views/Layout/_footer.html.twig | 4 ++++ Resources/views/layout.html.twig | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 Resources/views/Layout/_footer.html.twig diff --git a/Resources/views/Layout/_footer.html.twig b/Resources/views/Layout/_footer.html.twig new file mode 100644 index 000000000..9c177631f --- /dev/null +++ b/Resources/views/Layout/_footer.html.twig @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 5c58ab23d..2f69e26a6 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -140,10 +140,7 @@ {% endblock %} - + {{ include('@ChillMain/Layout/_footer.html.twig') }}