Browse Source

do not hardcode "SquirrelMail" in displayhtmlheader-call

Thijs Kinkhorst 18 years ago
parent
commit
7d4a6ba2d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/left_main.php

+ 1 - 1
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);