From aa2f68ec9564fc4f6f0743a63358112644b88fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=BC=C3=9Fenguth?= Date: Fri, 13 Aug 2021 12:11:11 +0200 Subject: [PATCH] Added html title to all pages, Removed js function which is not used anymore, Added logout to error template --- misc/smarty/templates_en/edit_list.tpl | 1 + misc/smarty/templates_en/error.tpl | 6 ++++++ misc/smarty/templates_en/index.tpl | 6 +----- misc/smarty/templates_en/login.tpl | 1 + 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/misc/smarty/templates_en/edit_list.tpl b/misc/smarty/templates_en/edit_list.tpl index 0a6bbcb..f6e3e69 100644 --- a/misc/smarty/templates_en/edit_list.tpl +++ b/misc/smarty/templates_en/edit_list.tpl @@ -1,5 +1,6 @@ + Edit list | {$headline} diff --git a/misc/smarty/templates_en/login.tpl b/misc/smarty/templates_en/login.tpl index 06fa6c8..7a95b88 100644 --- a/misc/smarty/templates_en/login.tpl +++ b/misc/smarty/templates_en/login.tpl @@ -1,5 +1,6 @@ + Login | {$headline}