X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fpage_header.php;h=7be1d287bd249e8b29cbad150b4111834d26a433;hb=a1e1aff36ae3c48b85cfecf7dc5db82d96d6143f;hp=5480c9b1f89a427a9cea94160f1ae97569fda3e0;hpb=21420f0f13c705112592af037d9177ae4a19ad21;p=squirrelmail.git 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