From 25ca552776a80fedd587231f56c8bc13c1836390 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sat, 19 Jan 2019 10:38:34 +0000 Subject: [PATCH] Fixed header. --- WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/header.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 013c87a7..62e2c4fd 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.36.4707 | Copyright © Anuko | +  Anuko Time Tracker 1.18.36.4708 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 8555447b..a30669f2 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -149,7 +149,7 @@
  {$i18n.menu.login} · - {if isTrue($smarty.const.MULTITEAM_MODE) && $smarty.const.AUTH_MODULE == 'db'} + {if $smarty.const.MULTITEAM_MODE && $smarty.const.AUTH_MODULE == 'db'} {$i18n.menu.create_group} · {/if} {$i18n.menu.forum} · -- 2.20.1