From: pdontthink Date: Mon, 15 Jan 2007 08:30:54 +0000 (+0000) Subject: forgot to globalize base_uri X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5f66bc582e4049c75f30c0df380724214854d0d8;p=squirrelmail.git forgot to globalize base_uri git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12136 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/page_header.php b/functions/page_header.php index 1f8b6ccb..417988df 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, $org_title; + $action, $oTemplate, $org_title, $base_uri; if (empty($sBodyTagJs)) { if (strpos($action, 'reply') !== FALSE && $reply_focus) {