From: thomppj Date: Fri, 21 Dec 2001 18:52:18 +0000 (+0000) Subject: Just a small change... X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=8deeee935f5d6b0b350afabf69a70ab342d266f1 Just a small change... git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1882 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/page_header.php b/functions/page_header.php index 678c039d..b5e8bfe4 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -65,17 +65,18 @@ function displayHtmlHeader /** Here is the header and wrapping table **/ $shortBoxName = readShortMailboxName($mailbox, $delimiter); - echo "\n". - "\n". - " \n". - " \n". - " \n". - " \n". - "
\n"; - displayInternalLink ("src/signout.php", _("Sign Out"), "_top"); - echo " \n". - ' ' . _("Current Folder") . ": $shortBoxName \n". - "
\n"; + echo "\n" + . "\n" + . " \n" + . " \n" + . " \n" + . " \n" + . " \n" + . "
\n" + . ' ' . _("Current Folder") . ": $shortBoxName \n" + . " \n"; + displayInternalLink ('src/signout.php', _("Sign Out"), '_top'); + echo "
\n"; $urlMailbox = urlencode($mailbox); displayInternalLink ("src/compose.php?mailbox=$urlMailbox", _("Compose"), "right"); echo "  \n";