From d199e0bd5dbb05302409cd78c64bf2243e91a3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 29 Oct 2013 12:10:33 +0100 Subject: [PATCH] add parameter in title --- Resources/views/layout.html.twig | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 68ad30d6d..7ee0f1255 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -1,6 +1,9 @@ + + {{ installation.name }}{% block title %}{% endblock %} + {% stylesheets output="css/all.css" filter="cssrewrite" "bundles/clchillmain/css/gumby.css" "bundles/clchillmain/css/chillmain.css" %} @@ -32,7 +35,7 @@