From a0d818b9fc0317923f293ef771841f366f6de0c8 Mon Sep 17 00:00:00 2001 From: Gerald Simane Date: Wed, 27 Jan 2010 06:11:41 +0000 Subject: [PATCH] --- skin/style.css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/skin/style.css.php b/skin/style.css.php index f382cef46..74661f225 100644 --- a/skin/style.css.php +++ b/skin/style.css.php @@ -13,6 +13,7 @@ if (isset($_COOKIE['stylesheet']) && preg_match('/^[a-zA-Z]+$/', $_COOKIE['stylesheet'])) { $stylesheet=$_COOKIE['stylesheet']; + $stylesheet=DEFAULT_STYLE; } else {