diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-22 18:01:52 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-22 18:01:52 -0500 |
commit | 284226706885e3b40769dea5853a95e2b32efda8 (patch) | |
tree | 77392f8cdb81eb805660b433c0ae9cfac7174607 /includes/functions.php | |
parent | 3796eb62b5a6a959d1a45697e08998adf7fd78a3 (diff) | |
download | fourisland-284226706885e3b40769dea5853a95e2b32efda8.tar.gz fourisland-284226706885e3b40769dea5853a95e2b32efda8.tar.bz2 fourisland-284226706885e3b40769dea5853a95e2b32efda8.zip |
Created the 6th layout
Diffstat (limited to 'includes/functions.php')
-rwxr-xr-x | includes/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/functions.php b/includes/functions.php index c377c29..e7b7537 100755 --- a/includes/functions.php +++ b/includes/functions.php | |||
@@ -63,9 +63,9 @@ function generateError($error) | |||
63 | function echoLogData() | 63 | function echoLogData() |
64 | { | 64 | { |
65 | if (!isLoggedIn()) { | 65 | if (!isLoggedIn()) { |
66 | return('Login'); | 66 | return('in'); |
67 | } else { | 67 | } else { |
68 | return('Logout'); | 68 | return('out'); |
69 | } | 69 | } |
70 | } | 70 | } |
71 | 71 | ||