X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FNav.php;h=0000b3d2962f3b35c390d61fb3f0fba195937f41;hb=24804eb0422ec904649ee534bf384cbb2412d78c;hp=17b6412df29fcde9ba5358bd3a377ceea57c88ce;hpb=57a207fd8ce74396c3ae8bdfd6ef8e43dceebb17;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')];