X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fpage_header.php;h=c3d9a66643b51ef15f26752b1e7f0119eb7b2859;hb=70c5cd5304754bde55f6341d090a9b321f20c92e;hp=f6ab137fc41a9fb016b5b305c0b6f079f6522592;hpb=692155b7fd835420fda759bff62c0f34f6b1d583;p=squirrelmail.git diff --git a/functions/page_header.php b/functions/page_header.php index f6ab137f..c3d9a666 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -1,19 +1,35 @@ '.$text.''; } @@ -49,18 +65,18 @@ /** Here is the header and wrapping table **/ $shortBoxName = readShortMailboxName($mailbox, $delimiter); - echo "\n"; - // echo "
"; - echo "\n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n". + " \n". + "
\n"; - displayInternalLink ("src/signout.php", _("Sign Out"), "_top"); - echo " \n"; - echo ' ' . _("Current Folder") . ": $shortBoxName \n"; - echo "
\n"; + echo "\n" + . "\n" + . " \n" + . " \n" + . " \n" + . " \n" + . " \n" + . " \n"; - echo " \n"; - echo "
\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"; @@ -80,9 +96,10 @@ echo " \n"; echo ($hide_sm_attributions ? ' ' : "SquirrelMail\n"); - echo "
\n\n"; + echo "
\n\n"; // echo "
"; } + ?>