From: garvinhicking <garvinhicking>
Date: Tue, 27 Dec 2005 11:19:07 +0000 (+0000)
Subject: fix CSS issue
X-Git-Tag: 1.0~208
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6771fccbdea5ac0f18bf41fc7c13f2caf8d15518;p=s9y.git

fix CSS issue
---

diff --git a/docs/NEWS b/docs/NEWS
index 15dd2e1..be07d95 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -72,6 +72,9 @@ Version 1.0 ()
 Version 0.9.2 ()
 ------------------------------------------------------------------------
 
+   * File CSS stylesheets occasionally not returning the right path
+     (garvinhicking)
+
    * Fix not being able to create users of the same userlevel when
      being admin [workaround was to first create user with lower userlevel
      and then edit the user account, which lead to propper permission
diff --git a/serendipity.css.php b/serendipity.css.php
index b75f729..aa1be41 100644
--- a/serendipity.css.php
+++ b/serendipity.css.php
@@ -65,7 +65,7 @@ if (IS_installed === false) {
 }
 
 
-$out = serendipity_printStylesheet(serendipity_getTemplateFile($css_file, ''));
+$out = serendipity_printStylesheet(serendipity_getTemplateFile($css_file, 'serendipityPath'));
 
 serendipity_plugin_api::hook_event($css_hook, $out);