From 9aaf70ca9d168ee8750ef48f5fb1e9092a09bc0d Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 25 Sep 2019 10:03:39 +0200 Subject: [PATCH] Fix login button BT#16164 Don't hide the logo --- main/template/default/layout/page_header.tpl | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/main/template/default/layout/page_header.tpl b/main/template/default/layout/page_header.tpl index 1bcfb0459a..ecf62aaca7 100755 --- a/main/template/default/layout/page_header.tpl +++ b/main/template/default/layout/page_header.tpl @@ -9,20 +9,19 @@ {% if header_extra_content is not null %} {{ header_extra_content }} {% endif %} -
{% if _u.logged != 1 %} - + + {% endif %} - {% endif %}