From edd6cc25c5ae3e71b489194f1d6c8a93a6680614 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sun, 21 Oct 2012 15:27:50 +0000 Subject: bug 2775: on index page, errors/infos messages can be at the bottom with PWG Stuffs git-svn-id: http://piwigo.org/svn/trunk@18712 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/index.tpl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'themes/default/template/index.tpl') diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index 5d4a546ce..2f8e5c3aa 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -1,4 +1,11 @@ {$MENUBAR} + +{if isset($errors) or isset($infos)} +
+{include file='infos_errors.tpl'} +
+{/if} + {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if}
@@ -125,9 +132,6 @@ jQuery("#derivativeSwitchBox").on("mouseleave", function() {
{* *} -{if isset($errors) or not empty($infos)} -{include file='infos_errors.tpl'} -{/if} {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} {if !empty($category_search_results)} -- cgit v1.2.3