From 6299388d0054b5e185ff3bda48a82c22455a521d Mon Sep 17 00:00:00 2001 From: tokul Date: Fri, 29 Jul 2005 14:45:08 +0000 Subject: [PATCH] using base_uri instead of SM_PATH. SM_PATH is file system path and we need URL path in href. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9844 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/page_header.php b/functions/page_header.php index 492d7b1a..5a294420 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -57,7 +57,7 @@ function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = true $base_uri . 'themes/css/'.$custom_css.'">'; } - echo ''; + echo ''; if ($squirrelmail_language == 'ja_JP') { /* -- 2.25.1