/** ** page_header.php ** ** Prints the page header (duh) ** **/ function displayPageHeader($color, $mailbox) { /** Here is the header and wrapping table **/ $shortBoxName = readShortMailboxName($mailbox, "."); echo "
"; echo " ". _"(Sign Out") .""; echo " | ";
echo " ". _("Current Folder: ") ".$shortBoxName ";
echo " | ";
echo "
"; echo " ". _("Compose") ."  "; echo " ". _("Addresses") ."  "; echo " ". _("Folders") ."  "; echo " ". _("Options") ."  "; echo " | "; echo " SquirrelMail"; echo " | "; echo "