This commit is contained in:
Gerald Simane
2010-01-27 06:11:41 +00:00
parent 40ae812ef0
commit a0d818b9fc
+1
View File
@@ -13,6 +13,7 @@
if (isset($_COOKIE['stylesheet']) && preg_match('/^[a-zA-Z]+$/', $_COOKIE['stylesheet']))
{
$stylesheet=$_COOKIE['stylesheet'];
$stylesheet=DEFAULT_STYLE;
}
else
{