diff options
author | raylu <raylu@mixpanel.com> | 2011-09-09 23:42:21 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-09-09 23:42:21 -0700 |
commit | 2d64f6e2e79737feb805d8c9b32b60825c5a9dcb (patch) | |
tree | 10259c55a1b267d454fd6da841a5c833615cc069 /pages/home.php | |
parent | 48e4f8df9b1171bb93cc50a7f1f42148e3118026 (diff) | |
download | pathery-2d64f6e2e79737feb805d8c9b32b60825c5a9dcb.tar.xz |
move some text around
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>
|