diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-09-15 00:41:50 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-09-15 00:41:50 -0700 |
commit | 4ae90e848a65802bb9c9d83721c262e634657650 (patch) | |
tree | 080b910320ef7aefafacf3fbeb4cb39391feac4d /index.php | |
parent | cc2e1384904ff984208cf0236a9a5c6e957ba899 (diff) | |
parent | 3d11ea75aaa71cc3e83f1c9121f2ba59369204ef (diff) | |
download | pathery-4ae90e848a65802bb9c9d83721c262e634657650.tar.xz |
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -12,16 +12,11 @@ $Links['home'] = "Home"; $Links['leaderboard'] = "Scoreboard";
$Links['howtoplay'] = "How to Play";
//$Links['gallery'] = "Gallery";
-if ($_SESSION['accepted'] <> 1) {
- $Links['login'] = "Log In";
-} else {
- //$Links['logout'] = "Logout";
-}
if ($_SESSION['isAdmin'] == true) {
$Links['admin'] = 'Admin';
}
$Links['faq'] = "FAQ";
-$Links['about'] = "About us";
+$Links['about'] = "About Us";
switch (strtolower($_GET[page])) {
@@ -95,4 +90,4 @@ switch (strtolower($_GET[page])) { require("pages/home.php");
}
-?>
\ No newline at end of file +?>
|