From e2f43bfaee02a77507bf861225ec750761da75e2 Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 28 Jul 2005 21:02:12 +0000 Subject: [PATCH] include css file (templates) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9840 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/page_header.php b/functions/page_header.php index 46f45e43..492d7b1a 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -57,6 +57,8 @@ function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = true $base_uri . 'themes/css/'.$custom_css.'">'; } + echo ''; + if ($squirrelmail_language == 'ja_JP') { /* * force correct detection of charset, when browser does not follow -- 2.25.1