From c53c6eb6476ab7f9ef1f080eaa34ec0d076d5ea3 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 13 Dec 2011 15:09:31 -0800 Subject: Clean URL's --- pages/home.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'pages/home.php') diff --git a/pages/home.php b/pages/home.php index 815f8fd..e347d54 100644 --- a/pages/home.php +++ b/pages/home.php @@ -36,34 +36,34 @@ switch ($numday) { break; } -$easy = 'Simple'; -$normal = 'Normal'; -$hard = 'Complex'; +$easy = 'Simple'; +$normal = 'Normal'; +$hard = 'Complex'; $today = date('l') . "'s"; -$special = "$today $mapstyle"; +$special = "$today $mapstyle"; switch ($_GET['maptype']) { case "easy": case "1": default: $maptype = 1; - $easy = 'Simple'; + $easy = 'Simple'; break; case "normal": case "2": $maptype = 2; - $normal = 'Normal'; + $normal = 'Normal'; break; case "hard": case "3": $maptype = 3; - $hard = 'Complex'; + $hard = 'Complex'; break; case "day": case "4": $maptype = 4; - $special = "$today $mapstyle"; + $special = "$today $mapstyle"; break; } @@ -106,7 +106,7 @@ $mergesolution = $map; if ($_SESSION['accepted'] != 1) { echo "
- Sign in to have your best solution saved. + Sign in to have your best solution saved.
"; } -- cgit v1.2.3