aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/conversation.php1
-rw-r--r--include/nav.php2
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'));