From 0cba960a37516e9708e41aa4e4bc5f5c5b9aa6b4 Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 6 Aug 2002 22:43:43 +0000 Subject: [PATCH] modified comp_in_new git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3259 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/functions/page_header.php b/functions/page_header.php index abf71967..34b041d4 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -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". "\n"; + + $onload = "onLoad=\"checkForm();\""; displayHtmlHeader ('Squirrelmail', $js); break; -- 2.25.1