mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
setcookie('stylesheet', 'tw');
|
||||
if (isset($_COOKIE['stylesheet']))
|
||||
$stylesheet=$_COOKIE['stylesheet'];
|
||||
else
|
||||
$stylesheet='tw';
|
||||
header("Content-Type: text/css");
|
||||
readfile ('styles/'.$stylesheet.'.css');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user