Browse Source

forgot to globalize base_uri

pdontthink 18 years ago
parent
commit
ec64dccba3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/page_header.php

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