whitespace
This commit is contained in:
parent
b9256eed30
commit
bd06e58007
@ -1527,7 +1527,6 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if($is_owner) {
|
if($is_owner) {
|
||||||
$tabs[] = array(
|
$tabs[] = array(
|
||||||
'label' => t('Bookmarks'),
|
'label' => t('Bookmarks'),
|
||||||
|
@ -73,8 +73,6 @@ EOT;
|
|||||||
$nav['usermenu']=array();
|
$nav['usermenu']=array();
|
||||||
$userinfo = null;
|
$userinfo = null;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(local_user()) {
|
if(local_user()) {
|
||||||
$nav['logout'] = Array('logout',t('Logout'), "", t('End this session'));
|
$nav['logout'] = Array('logout',t('Logout'), "", t('End this session'));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user