X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FContent%2FNav.php;h=0000b3d2962f3b35c390d61fb3f0fba195937f41;hb=2edbd1a3e2b90430b378de32f79a7cbd3537d9de;hp=17b6412df29fcde9ba5358bd3a377ceea57c88ce;hpb=f13c91b320df7ec0c82b319cf9fe0ca1d346719a;p=friendica.git diff --git a/src/Content/Nav.php b/src/Content/Nav.php index 17b6412df2..0000b3d296 100644 --- a/src/Content/Nav.php +++ b/src/Content/Nav.php @@ -162,6 +162,7 @@ class Nav $nav = [ 'admin' => null, + 'moderation' => null, 'apps' => null, 'community' => null, 'home' => null, @@ -298,7 +299,8 @@ class Nav // Show the link to the admin configuration page if user is admin if ($a->isSiteAdmin()) { - $nav['admin'] = ['admin/', DI::l10n()->t('Admin'), '', DI::l10n()->t('Site setup and configuration')]; + $nav['admin'] = ['admin/', DI::l10n()->t('Admin'), '', DI::l10n()->t('Site setup and configuration')]; + $nav['moderation'] = ['moderation/', DI::l10n()->t('Moderation'), '', DI::l10n()->t('Content and user moderation')]; } $nav['navigation'] = ['navigation/', DI::l10n()->t('Navigation'), '', DI::l10n()->t('Site map')];