From 77f8e22460d6bb9b0e961abb1bdc72ae57c9e3a2 Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Tue, 26 Feb 2013 20:12:07 +0100 Subject: [PATCH] Display tous link if present only, add link to homepage --- .../web/login/layout/base-layout.html.twig | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/templates/web/login/layout/base-layout.html.twig b/templates/web/login/layout/base-layout.html.twig index 7197a7fedc..855570712b 100644 --- a/templates/web/login/layout/base-layout.html.twig +++ b/templates/web/login/layout/base-layout.html.twig @@ -1,3 +1,5 @@ +{# variable "login" a login object #} + @@ -89,9 +91,17 @@ {% block footer_content %} @@ -108,8 +118,6 @@ - {% block javascript %} - - {% endblock %} + {% include 'common/analytics.html.twig' %}