diff index.php @ 68:0acf6e16af93

Add another stylesheet, a dark one.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 03:45:28 +0300
parents 6315df2faeec
children e370345d0562
line wrap: on
line diff
--- a/index.php	Wed Oct 24 03:44:43 2012 +0300
+++ b/index.php	Wed Oct 24 03:45:28 2012 +0300
@@ -13,7 +13,7 @@
 $baseURI = "http://tnsp.org/luk/";
 
 $pageCSSData = array("cookie" => "lukcss", "prefix" => $baseURI."luk");
-$pageCSSAlts = array("blue" => "1", "old" => "2", "purple" => "3");
+$pageCSSAlts = array("blue" => "1", "old" => "2", "purple" => "3", "dark" => "4");
 
 $pageLanguages = array("fi", "en");