You only need to post once. > Can someone tell me if it is possible to change the order of items on the > menu bar. Mine is Compose - Addresses - Folders - Options - Search - Help - > Notes - Calendar. > What I am trying to do is move the help link to the end which is the normal > place for this link. > Thanks in advance, Kenneth. Calendar is a plugin, which is added after the built-in links are built, so you need to hack the source unless you are using 1.5.2. In 1.4.x, open functions/page_header.php and find these lines, around line 286: displayInternalLink ('src/help.php', _("Help")); echo " \n"; do_hook('menuline'); Put the hook first instead: do_hook('menuline'); displayInternalLink ('src/help.php', _("Help")); echo " \n"; ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users