# HG changeset patch # User Matti Hamalainen # Date 1351116155 -10800 # Node ID d78a063b20536ea9d38f04896141c8d833bad8db # Parent 8743ff5302ce5d99c11b796aa9be8fd79431e16c Disable mobile mode in the main branch for now. diff -r 8743ff5302ce -r d78a063b2053 index.php --- a/index.php Thu Oct 25 01:01:32 2012 +0300 +++ b/index.php Thu Oct 25 01:02:35 2012 +0300 @@ -259,6 +259,7 @@ // Check if we are using mobile mode $mobileMode = FALSE; +/* if (isset($_GET["m"])) { $mobileMode = intval($_GET["m"]); @@ -274,7 +275,7 @@ { $pageCSSData["prefix"] = $baseURI."mluk"; } - +*/ // Check class setting if (isset($_GET["luokka"]))