mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
This commit is contained in:
@@ -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');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user