]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/theme.php
Merge branch '2019.06-rc'
[friendica.git] / view / theme / frio / theme.php
index 9434b340d219fb35e80acbd06fb62652337972d6..9c4205c886d26b260b7894047bc530bcb059c83f 100644 (file)
@@ -256,8 +256,6 @@ function frio_remote_nav($a, &$nav)
        }
 
        if (!local_user() && !empty($server_url) && !is_null($remoteUser)) {
-               $nav['logout'] = [$server_url . '/logout', L10n::t('Logout'), '', L10n::t('End this session')];
-
                // user menu
                $nav['usermenu'][] = [$server_url . '/profile/' . $remoteUser['nick'], L10n::t('Status'), '', L10n::t('Your posts and conversations')];
                $nav['usermenu'][] = [$server_url . '/profile/' . $remoteUser['nick'] . '?tab=profile', L10n::t('Profile'), '', L10n::t('Your profile page')];