diff options
Diffstat (limited to 'template/default/global/header')
-rwxr-xr-x | template/default/global/header | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/template/default/global/header b/template/default/global/header index 1efdbf51c..627a52571 100755 --- a/template/default/global/header +++ b/template/default/global/header @@ -41,11 +41,8 @@ </table> [% END %] - [% IF message %] - <table width="100%" cellspacing="0" cellpadding="5" border="1"><tr><td> - <font color="green">[% message %]</font> - </td></tr></table> - [% END %] - - [% Param('shutdownhtml') %] - +[% IF message %] + <table width="100%" cellspacing="0" cellpadding="5" border="1"><tr><td> + <font color="green">[% message %]</font> + </td></tr></table> +[% END %] |