changeset 878:0c4da4d813ba

Update example config.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Nov 2014 16:07:54 +0200
parents 5c5bd09d15f3
children a1dd3102b52a
files mconfig.inc.php.example
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mconfig.inc.php.example	Wed Nov 26 16:05:41 2014 +0200
+++ b/mconfig.inc.php.example	Wed Nov 26 16:07:54 2014 +0200
@@ -86,7 +86,7 @@
 $pageTitle = "Finnish Amiga Party 2014";
 $pageCharset = "utf-8";
 $pageCSS = array(
-  "css/main.css" => "",
+  "css/main.css" => FALSE,
   "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)"
 );