From 0759852ab7a9af16e5f4c444ef5d1e0db6feabd3 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sat, 18 Aug 2012 17:45:59 -0700 Subject: The start on Multi-day maps and Dual Path mechanic Halfway started both. --- pages/home.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'pages') diff --git a/pages/home.php b/pages/home.php index 7e5e401..2b59bc2 100644 --- a/pages/home.php +++ b/pages/home.php @@ -109,6 +109,15 @@ if ($special == '') { $special = 'Special'; } +$motd = MapOfTheDay(5); +$jmid[5] = $motd['id']; +$mapContent .= displayMaze($motd, 5); + +$special2 = $motd['map'][0][6]; +if ($special2 == '') { + $special2 = 'Special'; +} + ?>
@@ -116,6 +125,7 @@ if ($special == '') { Normal Complex +
@@ -247,7 +257,7 @@ $timerem = strtotime("tomorrow") - strtotime("now");