From a5d53045e42db1c8fc3f875467439c5ec8367c1e Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Fri, 2 Nov 2001 23:16:51 +0000 Subject: [PATCH] Upper frame out git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1680 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/page_header.php b/functions/page_header.php index 349f32d7..98b91688 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -46,9 +46,9 @@ /** Here is the header and wrapping table **/ $shortBoxName = readShortMailboxName($mailbox, $delimiter); echo "\n"; - echo "
"; - echo "\n"; - echo " \n"; + // echo "
"; + echo "\n"; + echo " \n"; echo " \n"; echo " \n"; echo "
\n"; displayInternalLink ("src/signout.php", _("Sign Out"), "_top"); echo " \n"; @@ -78,6 +78,6 @@ echo "
\n\n"; - echo "
"; + // echo "
"; } ?> -- 2.25.1