From 2423be0ef89645690786060ef2318525c29bedeb Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 17 Apr 2012 16:18:58 -0700 Subject: Meta description & Clock Also added an update button to scores --- pages/home.php | 53 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 21 deletions(-) diff --git a/pages/home.php b/pages/home.php index fb1d434..71bcd33 100644 --- a/pages/home.php +++ b/pages/home.php @@ -1,5 +1,5 @@
-If you notice any issues, please press the Refresh button on your browser. -

Many improvements including Achievements have been added! -
Please email me or contact me if you have suggestions! -

- Complete the tutorial to unlock a blue wall color:"; - echo "

"; - } + +Complete the tutorial to unlock a blue wall color:"; + echo "

"; } } @@ -156,7 +152,7 @@ function displayMaze($motd, $mapType) { //data for the topscores $topscores = topScores($motd['id'], 30); - $topscorediv = "
\n$topscores\n
"; + $topscorediv = "
Update
\n$topscores\n
"; $userID = $_SESSION['userID']; if ($_SESSION['accepted'] == 1) { @@ -213,21 +209,32 @@ $timerem = strtotime("tomorrow") - strtotime("now");
-- cgit v1.2.3