First draft release notes...
[squirrelmail.git] / functions / page_header.php
index 678c039d59e7dd0345070476414c834b7b05452d..c3d9a66643b51ef15f26752b1e7f0119eb7b2859 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * page_header.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Prints the page header (duh)
@@ -65,17 +65,18 @@ function displayHtmlHeader
 
       /** Here is the header and wrapping table **/
       $shortBoxName = readShortMailboxName($mailbox, $delimiter);
-      echo "<A NAME=pagetop></A>\n".
-           "<TABLE BGCOLOR=\"$color[4]\" BORDER=0 WIDTH=\"100%\" CELLSPACING=0 CELLPADDING=2>\n".
-           "   <TR BGCOLOR=\"$color[9]\" >\n".
-           "      <TD ALIGN=left><b>\n";
-      displayInternalLink ("src/signout.php", _("Sign Out"), "_top");
-      echo "      </b></TD><TD ALIGN=right>\n".
-           '         ' . _("Current Folder") . ": <B>$shortBoxName&nbsp;</B>\n".
-           "      </TD>\n".
-           "   </TR>\n".
-           "   <TR BGCOLOR=\"$color[4]\">\n".
-           "      <TD ALIGN=left>\n";
+      echo "<A NAME=pagetop></A>\n"
+         . "<TABLE BGCOLOR=\"$color[4]\" BORDER=0 WIDTH=\"100%\" CELLSPACING=0 CELLPADDING=2>\n"
+         . "   <TR BGCOLOR=\"$color[9]\" >\n"
+         . "      <TD ALIGN=left>\n"
+         . '         ' . _("Current Folder") . ": <B>$shortBoxName&nbsp;</B>\n"
+         . "      </TD>\n"
+         . "      <TD ALIGN=right><b>\n";
+      displayInternalLink ('src/signout.php', _("Sign Out"), '_top');
+      echo "      </b></TD>\n"
+         . "   </TR>\n"
+         . "   <TR BGCOLOR=\"$color[4]\">\n"
+         . "      <TD ALIGN=left>\n";
       $urlMailbox = urlencode($mailbox);
       displayInternalLink ("src/compose.php?mailbox=$urlMailbox", _("Compose"), "right");
       echo "&nbsp;&nbsp;\n";