diff mconfig.inc.php.example @ 582:0d13496e9c0a

Update example configuration - the CSS files are now under css/ subdirectory by default.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 04 Oct 2014 12:20:06 +0300
parents 559b50fd94a9
children acd343974291
line wrap: on
line diff
--- a/mconfig.inc.php.example	Thu Oct 02 13:39:59 2014 +0300
+++ b/mconfig.inc.php.example	Sat Oct 04 12:20:06 2014 +0300
@@ -51,9 +51,9 @@
 $pageTitle = "Finnish Amiga Party 2013";
 $pageCharset = "utf-8";
 $pageCSS = array(
-  "main.css" => "",
-  "desktop.css" => "only screen and (min-width: 801px)",
-  "mobile.css" => "only screen and (max-width: 799px), only screen and (max-device-width: 799px)"
+  "css/main.css" => "",
+  "css/desktop.css" => "only screen and (min-width: 801px)",
+  "css/mobile.css" => "only screen and (max-width: 799px), only screen and (max-device-width: 799px)"
 );
 
 ?>
\ No newline at end of file