diff options
Diffstat (limited to 'pages/home.php')
-rw-r--r-- | pages/home.php | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/pages/home.php b/pages/home.php index 928a99e..53c8fe4 100644 --- a/pages/home.php +++ b/pages/home.php @@ -104,15 +104,18 @@ $mergesolution = $map; <div class="col1">
<p>
<center><strong>News:</strong></center>
- <strong>We've moved to www.Pathery.com </strong> (look up, you're already there) <strong>You'll need to re-allow your email-address with google.
- <br />Don't worry- we've saved all your solutions and history - (soon you'll be able to access it too! hehe)</strong> - 09-09-11
- <br />New maps are generated daily at 9:00 PM Pacific Time.
- <br /><i>Maps for <?php echo "$date" ?>:</i>
+ <strong>We've moved to pathery.com</strong> (look up, you're already there)! You'll need to re-login with Google.
+ <br />Don't worry – we've saved all your solutions and history (soon you'll even be able to see them! hehe).
+ </p>
+ <p>Maps for <?php echo "$date" ?>:
<br /><a href='?page=home&maptype=easy'><? echo $easy; ?></a>
<br /><a href='?page=home&maptype=normal'><? echo $normal; ?></a>
<br /><a href='?page=home&maptype=hard'><? echo $hard; ?></a>
<br /><a href='?page=home&maptype=day'><? echo $special; ?></a>
</p>
+ <p>
+ New maps are generated daily at 9:00 PM Pacific Time.
+ </p>
<? echo $topscorediv; ?>
</div>
@@ -170,7 +173,7 @@ echo $solutiondiv; <br />Send feedback to <a href='mailto:snapems@gmail.com'>snapems@gmail.com</a> (or IM me if you know me).
<br />We've been aptly implementing changes from feedback.
<br />This game is being adjusted, some 'rules' may change.
- <br />Copyright © 2011 www.pathery.com
+ <br />Copyright © 2011 pathery.com
</div>
|