From: indiri69 Date: Mon, 17 Jul 2006 18:56:51 +0000 (+0000) Subject: The footer probably shouldn't go before the rest of the HTML. Looks like a cut and... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=51d66ea2fd487752a2d4d07c4777cdd76be8a2f7;p=squirrelmail.git The footer probably shouldn't go before the rest of the HTML. Looks like a cut and paste error. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11408 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/read_body.php b/src/read_body.php index 10b32ed5..22695d61 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -1045,7 +1045,6 @@ for ($i = 0; $i < $cnt; $i++) { $mailbox_cache[$iAccount.'_'.$aMailbox['NAME']] = $aMailbox; sqsession_register($mailbox_cache,'mailbox_cache'); $_SESSION['mailbox_cache'] = $mailbox_cache; -$oTemplate->display('footer.tpl'); displayPageHeader($color, $mailbox,'',''); formatMenuBar($aMailbox, $passed_id, $passed_ent_id, $message,false); @@ -1113,5 +1112,5 @@ formatMenuBar($aMailbox, $passed_id, $passed_ent_id, $message, false, FALSE); do_hook('read_body_bottom'); sqimap_logout($imapConnection); - +$oTemplate->display('footer.tpl'); ?>