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 | |
parent | b9256eed307d6fa07fcd55067e7278ac421d3b96 (diff) | |
download | volse-hubzilla-bd06e580078e4955acd6d7d6782f06ab076f08b6.tar.gz volse-hubzilla-bd06e580078e4955acd6d7d6782f06ab076f08b6.tar.bz2 volse-hubzilla-bd06e580078e4955acd6d7d6782f06ab076f08b6.zip |
whitespace
-rw-r--r-- | include/conversation.php | 1 | ||||
-rw-r--r-- | include/nav.php | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/conversation.php b/include/conversation.php index d78ee2710..ee4952d7e 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1527,7 +1527,6 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ ); } - if($is_owner) { $tabs[] = array( 'label' => t('Bookmarks'), 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')); |