diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-01-17 21:41:00 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-01-17 21:41:00 -0800 |
commit | 7e3ab267d9e74856ed0cafffcdab34fd40b48228 (patch) | |
tree | d77388f36e57f77a94023f0c11feb3eddcad692d /pages/challengelist.php | |
parent | f4c16b40f54ce14de3ab30637269f74908149dd0 (diff) | |
download | pathery-7e3ab267d9e74856ed0cafffcdab34fd40b48228.tar.xz |
Adjusted / added footerlinks.
Diffstat (limited to 'pages/challengelist.php')
-rw-r--r-- | pages/challengelist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/challengelist.php b/pages/challengelist.php index ca9fe46..fcc384b 100644 --- a/pages/challengelist.php +++ b/pages/challengelist.php @@ -20,7 +20,7 @@ topbar($Links); //Check that the user is allowed to do the challenges if (!$accepted) { - echo "<center>Please <a href='login'>login</a> to do the challenges!</center>"; + echo "<center>Please <a href='javascript:showSignin();'>login</a> to do the challenges!</center>"; echo "<br /><br /></div>"; htmlFooter(); return; |