]> git.mxchange.org Git - friendica.git/commitdiff
exchange video with media link in the navigation menu in frio
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 20 Oct 2021 13:05:22 +0000 (15:05 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 20 Oct 2021 13:05:22 +0000 (15:05 +0200)
view/theme/frio/theme.php

index 961eb2a5eb20a978cfe21eeff51b1b9c40e1caaa..e58638056c2beb4084564fa268078378897f6921 100644 (file)
@@ -225,7 +225,7 @@ function frio_remote_nav(App $a, array &$nav_info)
                $nav_info['nav']['usermenu'][] = [$server_url . '/profile/' . $remoteUser['nick'], DI::l10n()->t('Status'), '', DI::l10n()->t('Your posts and conversations')];
                $nav_info['nav']['usermenu'][] = [$server_url . '/profile/' . $remoteUser['nick'] . '/profile', DI::l10n()->t('Profile'), '', DI::l10n()->t('Your profile page')];
                $nav_info['nav']['usermenu'][] = [$server_url . '/photos/' . $remoteUser['nick'], DI::l10n()->t('Photos'), '', DI::l10n()->t('Your photos')];
-               $nav_info['nav']['usermenu'][] = [$server_url . '/videos/' . $remoteUser['nick'], DI::l10n()->t('Videos'), '', DI::l10n()->t('Your videos')];
+               $nav_info['nav']['usermenu'][] = [$server_url . '/media/' . $remoteUser['nick'], DI::l10n()->t('Media'), '', DI::l10n()->t('Your postings with media')];
                $nav_info['nav']['usermenu'][] = [$server_url . '/events/', DI::l10n()->t('Events'), '', DI::l10n()->t('Your events')];
 
                // navbar links