From fce068f4bdebf271512e337072319fd36d8e36fa Mon Sep 17 00:00:00 2001 From: olivia Date: Wed, 4 Jul 2007 12:52:07 +0000 Subject: [PATCH] --- skin/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin/style.css.php b/skin/style.css.php index ad69dd311..02e888ed4 100644 --- a/skin/style.css.php +++ b/skin/style.css.php @@ -10,6 +10,6 @@ else $stylesheet=DEFAULT_STYLE; header("Content-Type: text/css"); - readfile ('styles/'.$stylesheet.'.css'); + readfile ($path.'skin/styles/'.$stylesheet.'.css'); ?>