From f6b2ee68f8ea9623676b9ad4ddbceec28ac2294e Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Wed, 10 Jul 2013 17:31:12 +0200 Subject: [PATCH] Fix google chrome frame display --- templates/web/login/layout/base-layout.html.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/web/login/layout/base-layout.html.twig b/templates/web/login/layout/base-layout.html.twig index cf5142c555..11c827d0df 100644 --- a/templates/web/login/layout/base-layout.html.twig +++ b/templates/web/login/layout/base-layout.html.twig @@ -41,9 +41,11 @@ {% endblock header %} + {% if app['phraseanet.registry']->get('GV_display_gcf') %} + {% endif %}
{% block content_scaffholding %}