From 092e49982c03ee009bd0d48c6b6a2bcda377cf36 Mon Sep 17 00:00:00 2001 From: patdenice Date: Sun, 6 Mar 2011 09:08:59 +0000 Subject: bug:1768 In administration panel, the message "Gallerie in maintenance" hide information from behind. git-svn-id: http://piwigo.org/svn/trunk@9551 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/header.tpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'admin/themes/default/template') diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl index 19ef37908..1dcf3141c 100644 --- a/admin/themes/default/template/header.tpl +++ b/admin/themes/default/template/header.tpl @@ -43,6 +43,14 @@
+{if not empty($header_msgs)} +
+ {foreach from=$header_msgs item=elt} + {$elt} + {/foreach} +
+{/if} +