From ef00f9d2033f6de11e71bf3a909399cae6f73a9f Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 27 May 2020 13:35:48 +0200 Subject: Process password change controller through Slim --- tpl/default/page.header.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'tpl') diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index ca7dc1bc..4afcca73 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html @@ -184,6 +184,20 @@ {/if} +{if="!empty($global_errors) && $is_logged_in"} +
+
+
+ {loop="$global_errors"} +

{$value}

+ {/loop} +
+
+ +
+
+{/if} + {if="!empty($global_warnings) && $is_logged_in"}
@@ -198,4 +212,18 @@
{/if} +{if="!empty($global_successes) && $is_logged_in"} +
+
+
+ {loop="$global_successes"} +

{$value}

+ {/loop} +
+
+ +
+
+{/if} +
-- cgit v1.2.3