modified comp_in_new
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 6 Aug 2002 22:43:43 +0000 (22:43 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 6 Aug 2002 22:43:43 +0000 (22:43 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3259 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/page_header.php

index abf7196717ff7f2e70d39c44b22cfffc29878461..34b041d4c39dac8bc6e2c5e1892d98ae5560c2ac 100644 (file)
@@ -12,9 +12,9 @@
  */
 
 require_once('../functions/strings.php');
-require_once('../functions/imap_utf7_decode_local.php');
+//require_once('../functions/imap_utf7_decode_local.php');
 require_once('../functions/html.php');
-
+require_once('../functions/imap_mailbox.php');
 /* Always set up the language before calling these functions */
 function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE ) {
 
@@ -176,7 +176,10 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) {
                      "}\n\n";
 
             }
+       $js .= $xtra;    
         $js .= "// -->\n". "</script>\n";
+       
+
         $onload = "onLoad=\"checkForm();\"";
         displayHtmlHeader ('Squirrelmail', $js);
         break;