diff options
author | raylu <raylu@mixpanel.com> | 2011-11-05 03:22:24 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-11-05 03:22:24 -0700 |
commit | e9a77e77fc245aa8bd07a40c8d7d563131a3ecc4 (patch) | |
tree | c164d2bc01e7d7e557161f8b5ca2bf786e819601 /pages/home.php | |
parent | c29b485df3475e251dce77e68d61462e2619ba9e (diff) | |
download | pathery-e9a77e77fc245aa8bd07a40c8d7d563131a3ecc4.tar.xz |
re-introduce extra text for guests
Diffstat (limited to 'pages/home.php')
-rw-r--r-- | pages/home.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pages/home.php b/pages/home.php index 869c4d1..f263c2b 100644 --- a/pages/home.php +++ b/pages/home.php @@ -101,6 +101,16 @@ $mergesolution = $map; echo $solutiondiv;
echo $topscorediv;
+
+
+ if ($_SESSION['accepted'] != 1) {
+ echo "
+ <div style='text-align: center; margin-top: 20px'>
+ <a href='?page=login'>Sign in</a> to have your best solution saved.
+ </div>
+ ";
+ }
+
?>
<div id="fb">
|