From c4ad3d4f061d05a01db25aa54dda830ba776792d Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 7 Jul 2020 10:15:56 +0200 Subject: Process Shaarli install through Slim controller --- tpl/default/error.html | 2 +- tpl/default/install.html | 2 +- tpl/default/page.header.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tpl') diff --git a/tpl/default/error.html b/tpl/default/error.html index 4abac9ca..c3e0c3c1 100644 --- a/tpl/default/error.html +++ b/tpl/default/error.html @@ -15,7 +15,7 @@ {/if} - + {include="page.footer"} diff --git a/tpl/default/install.html b/tpl/default/install.html index 6f96c019..a506a2eb 100644 --- a/tpl/default/install.html +++ b/tpl/default/install.html @@ -10,7 +10,7 @@ {$ratioLabelMobile='7-8'} {$ratioInputMobile='1-8'} -
+
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index 4fe2b69e..e4c7d91a 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html @@ -184,7 +184,7 @@
{/if} -{if="!empty($global_errors) && $is_logged_in"} +{if="!empty($global_errors)"}
@@ -198,7 +198,7 @@
{/if} -{if="!empty($global_warnings) && $is_logged_in"} +{if="!empty($global_warnings)"}
@@ -212,7 +212,7 @@
{/if} -{if="!empty($global_successes) && $is_logged_in"} +{if="!empty($global_successes)"}
-- cgit v1.2.3