X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fleft_main.php;h=6d4f8eb516e86e33c2dbb16edc3c51c37c196fd2;hp=5b1cf17ec4ea54f607c7b27d67f6f122be40e220;hb=2c576f576469200a9a8d5630510aaaa11fb6984d;hpb=fc4447c3e1593c38894d874ec5f7cf850c1b91ac diff --git a/src/left_main.php b/src/left_main.php index 5b1cf17e..6d4f8eb5 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -60,7 +60,7 @@ foreach ($js_includes as $js_file) { // get mailbox list and cache it $mailboxes=sqimap_get_mailboxes($imapConnection,false,$show_only_subscribed_folders); -displayHtmlHeader( 'SquirrelMail', $xtra ); +displayHtmlHeader( $org_title, $xtra ); $oErrorHandler->setDelayedErrors(true); sqgetGlobalVar('auto_create_done',$auto_create_done,SQ_SESSION);