diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-09-09 16:55:14 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-09-09 16:55:14 -0700 |
commit | c37113c2666d65015f967b6cf1a5d2e8836d920d (patch) | |
tree | f99cdc2b52e87741cb08d1fcc7ecec729a9cfab5 /pages/home.php | |
parent | f9333b70547ae514ecc848fb195011a11897ee68 (diff) | |
download | pathery-c37113c2666d65015f967b6cf1a5d2e8836d920d.tar.xz |
changes to pathery.com
Diffstat (limited to 'pages/home.php')
-rw-r--r-- | pages/home.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pages/home.php b/pages/home.php index d905476..928a99e 100644 --- a/pages/home.php +++ b/pages/home.php @@ -102,10 +102,12 @@ $mergesolution = $map; <br />
<div class="col1">
- <b>Some very exciting changes to be expected April 23rd!</b>
<p>
- New maps are generated daily at 9:00 PM Pacific Time.
- <br />Maps for <?php echo "$date" ?>:
+ <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>
<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>
@@ -168,7 +170,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 Snapems.com
+ <br />Copyright © 2011 www.pathery.com
</div>
|