diff options
author | marijus <mario@mariovavti.com> | 2014-06-14 15:38:44 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-06-14 15:38:44 +0200 |
commit | bd06e580078e4955acd6d7d6782f06ab076f08b6 (patch) | |
tree | d836a213c9129aeec70b94ffd67a69f285a4ee7b /include/nav.php | |
parent | b9256eed307d6fa07fcd55067e7278ac421d3b96 (diff) | |
download | volse-hubzilla-bd06e580078e4955acd6d7d6782f06ab076f08b6.tar.gz volse-hubzilla-bd06e580078e4955acd6d7d6782f06ab076f08b6.tar.bz2 volse-hubzilla-bd06e580078e4955acd6d7d6782f06ab076f08b6.zip |
whitespace
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php index d1ee5da9a..80e4955e5 100644 --- a/include/nav.php +++ b/include/nav.php @@ -73,8 +73,6 @@ EOT; $nav['usermenu']=array(); $userinfo = null; - - if(local_user()) { $nav['logout'] = Array('logout',t('Logout'), "", t('End this session')); |