From e9e5a32294550b0f6c46d4c3f7f0945ab1bd0c55 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Thu, 4 Jan 2007 09:35:44 +0000 Subject: [PATCH] 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 --- functions/page_header.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = ''; } /* -- 2.25.1