From 056107ab4eae0a4867cf8d55de77d31f8868b899 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 8 Nov 2015 13:22:44 +0100 Subject: Handle errors raised by plugins in template. fixes #370 --- tpl/page.header.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tpl/page.header.html') diff --git a/tpl/page.header.html b/tpl/page.header.html index 1d46d80c..52429f23 100644 --- a/tpl/page.header.html +++ b/tpl/page.header.html @@ -40,6 +40,13 @@ +{if="!empty($plugin_errors) && isLoggedIn()"} + +{/if}
-- cgit v1.2.3