X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fpage_header.php;h=180968da57f6f085da35b9da29d559b8deac383d;hp=b134b141c95818cbc86670ebc7f74adde5ecf0fa;hb=ab1df059d97dc80d52a7f932a7b431e558197844;hpb=95878c5eeffaca5f71f626e18c0e4855d8263c4d diff --git a/functions/page_header.php b/functions/page_header.php index b134b141..180968da 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -3,7 +3,7 @@ /** * page_header.php * - * Copyright (c) 1999-2003 The SquirrelMail Project Team + * Copyright (c) 1999-2004 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * Prints the page header (duh) @@ -303,15 +303,15 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) { $urlMailbox = urlencode($mailbox); echo makeComposeLink('src/compose.php?mailbox='.$urlMailbox.'&startMessage='.$startMessage); echo "  \n"; - displayInternalLink ('src/addressbook.php', _("Addresses"), 'right'); + displayInternalLink ('src/addressbook.php', _("Addresses")); echo "  \n"; - displayInternalLink ('src/folders.php', _("Folders"), 'right'); + displayInternalLink ('src/folders.php', _("Folders")); echo "  \n"; - displayInternalLink ('src/options.php', _("Options"), 'right'); + displayInternalLink ('src/options.php', _("Options")); echo "  \n"; - displayInternalLink ("src/search.php?mailbox=$urlMailbox", _("Search"), 'right'); + displayInternalLink ("src/search.php?mailbox=$urlMailbox", _("Search")); echo "  \n"; - displayInternalLink ('src/help.php', _("Help"), 'right'); + displayInternalLink ('src/help.php', _("Help")); echo "  \n"; do_hook('menuline');