]> git.mjollnir.org Git - s9y.git/commitdiff
CSS bugfix
authorgarvinhicking <garvinhicking>
Tue, 27 Dec 2005 11:19:21 +0000 (11:19 +0000)
committergarvinhicking <garvinhicking>
Tue, 27 Dec 2005 11:19:21 +0000 (11:19 +0000)
docs/NEWS
serendipity.css.php

index ab175ffd4da8a9a3fc07f2055773682352ba69af..2cdd3c3113095c2d2257711b8af1e2b335da844d 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -3,9 +3,12 @@
 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 
+     and then edit the user account, which lead to propper permission
      checks]
 
    * Include a template's "config.inc.php" also when previewing an entry,
index b75f729c4cbd93185cd83592facfee429d165432..aa1be4105700a35eb12b744becb797c0c4505712 100644 (file)
@@ -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);