From: pdontthink Date: Thu, 4 Jan 2007 09:35:44 +0000 (+0000) Subject: Use org_title -- why not? (That's what it's for.) Can't believe this wasn't fixed... X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=e9e5a32294550b0f6c46d4c3f7f0945ab1bd0c55 Use org_title -- why not? (That's what it's for.) Can't believe this wasn't fixed before now. STABLE admins, how do you feel about backporting this? git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12063 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/page_header.php b/functions/page_header.php index f324b74d..501d9745 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -186,7 +186,7 @@ function displayPageHeader($color, $mailbox, $sHeaderJs='', $sBodyTagJs = '') { global $reply_focus, $hide_sm_attributions, $frame_top, $provider_name, $provider_uri, $startMessage, - $action, $oTemplate; + $action, $oTemplate, $org_title; if (empty($sBodyTagJs)) { if (strpos($action, 'reply') !== FALSE && $reply_focus) { @@ -222,10 +222,10 @@ function displayPageHeader($color, $mailbox, $sHeaderJs='', $sBodyTagJs = '') { "\n\n\n"; } - displayHtmlHeader ('SquirrelMail', $sJsBlock); + displayHtmlHeader ($org_title, $sJsBlock); } else { /* do not use JavaScript */ - displayHtmlHeader ('SquirrelMail'); + displayHtmlHeader ($org_title); $sBodyTagJs = ''; } /*