This commit is contained in:
Christian Paminger
2007-07-11 11:44:44 +00:00
parent ea386f2c65
commit f9652930d8
8 changed files with 418 additions and 205 deletions
+1
View File
@@ -9,6 +9,7 @@
$stylesheet=$_COOKIE['stylesheet'];
else
$stylesheet=DEFAULT_STYLE;
//setcookie('stylesheet', DEFAULT_STYLE);
header("Content-Type: text/css");
readfile ($path.'skin/styles/'.$stylesheet.'.css');
?>