forgot to globalize base_uri
[squirrelmail.git] / functions / page_header.php
index 1f8b6ccbfbd5e8dddbc9d29ff961a1f26315ea72..417988df81e0cb6c6a9472a097b65a9d250daa36 100644 (file)
@@ -186,7 +186,7 @@ function displayPageHeader($color, $mailbox, $sHeaderJs='', $sBodyTagJs = '') {
 
     global $reply_focus, $hide_sm_attributions, $frame_top,
         $provider_name, $provider_uri, $startMessage,
 
     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) {
 
     if (empty($sBodyTagJs)) {
         if (strpos($action, 'reply') !== FALSE && $reply_focus) {