From 543af72e179f074b8336c79a029a9234e33892e7 Mon Sep 17 00:00:00 2001 From: kevin tessier Date: Thu, 11 Jul 2019 14:14:48 +0200 Subject: [PATCH] fixe images band --- user/themes/lecampus/templates/partials/bandeau.html.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user/themes/lecampus/templates/partials/bandeau.html.twig b/user/themes/lecampus/templates/partials/bandeau.html.twig index f1640d2..cd4194a 100644 --- a/user/themes/lecampus/templates/partials/bandeau.html.twig +++ b/user/themes/lecampus/templates/partials/bandeau.html.twig @@ -29,7 +29,9 @@ {% if header.txtimg.text == true %} {{ image.html('',header.txtimg.text) }} {% endif %} - {{ image.html('',page.title) }} + {% if header.txtimg.text == false %} + {{ image.html('',page.title) }} + {% endif %} {% if header.txtimg.text %}