From 336f15e8baeaba0c1605985cdd7f05980cf80696 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Mon, 9 Nov 2020 12:46:24 +0100 Subject: Vintage theme: display global messages --- tpl/vintage/page.header.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'tpl') diff --git a/tpl/vintage/page.header.html b/tpl/vintage/page.header.html index 0a33523b..64d7f656 100644 --- a/tpl/vintage/page.header.html +++ b/tpl/vintage/page.header.html @@ -54,6 +54,30 @@ {/if} +{if="!empty($global_errors)"} + +{/if} + +{if="!empty($global_warnings)"} + +{/if} + +{if="!empty($global_successes)"} + +{/if} +
-- cgit v1.2.3