From: philippe_mingo Date: Mon, 29 Oct 2001 15:41:25 +0000 (+0000) Subject: Options framed (try 1) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a1e1aff36ae3c48b85cfecf7dc5db82d96d6143f;p=squirrelmail.git Options framed (try 1) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1652 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/page_header.php b/functions/page_header.php index 5480c9b1..7be1d287 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -45,18 +45,17 @@ /** Here is the header and wrapping table **/ $shortBoxName = readShortMailboxName($mailbox, "."); echo "\n"; - echo "\n"; - echo " \n"; - echo "
\n"; + echo "
"; + echo "\n"; + echo " \n"; + echo " \n"; echo " \n"; - echo "
\n"; displayInternalLink ("src/signout.php", _("Sign Out"), "_top"); - echo " \n"; - echo "
" . _("Current Folder") . ": $shortBoxName 
\n"; + echo "
\n"; + echo ' ' . _("Current Folder") . ": $shortBoxName \n"; echo "
\n\n"; - echo "\n"; - echo " \n"; - echo " \n"; + echo " \n"; echo " \n"; echo "
\n"; + echo "
\n"; $urlMailbox = urlencode($mailbox); displayInternalLink ("src/compose.php?mailbox=$urlMailbox", _("Compose"), "right"); echo "  \n"; @@ -73,10 +72,11 @@ do_hook("menuline"); - echo " \n"; + echo " \n"; echo " SquirrelMail\n"; echo "
\n\n"; + echo "
"; } ?> \ No newline at end of file