include css file (templates)
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Jul 2005 21:02:12 +0000 (21:02 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Jul 2005 21:02:12 +0000 (21:02 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9840 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/page_header.php

index 46f45e43140dc44ea5bd90c6673bb143ebc9a3f0..492d7b1aa5a65760e2b55c61a261a6b7fb57d9e9 100644 (file)
@@ -57,6 +57,8 @@ function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = true
              $base_uri . 'themes/css/'.$custom_css.'">';
     }
 
              $base_uri . 'themes/css/'.$custom_css.'">';
     }
 
+    echo '<link rel="stylesheet" type="text/css" href="'. SM_PATH .'templates/default/squirrelmail.css">';
+
     if ($squirrelmail_language == 'ja_JP') {
         /*
          * force correct detection of charset, when browser does not follow
     if ($squirrelmail_language == 'ja_JP') {
         /*
          * force correct detection of charset, when browser does not follow