aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-10-04 13:37:17 +0200
committerMario Vavti <mario@mariovavti.com>2017-10-04 13:37:17 +0200
commit295ed07d40ea330ef438d9cad8fe3af8fd265507 (patch)
tree0eadabe5ed19e68e2c570cb0fbbb7ba9a20e9863 /include/nav.php
parentfa93114804801bceabea06570e8eee602167600a (diff)
downloadvolse-hubzilla-295ed07d40ea330ef438d9cad8fe3af8fd265507.tar.gz
volse-hubzilla-295ed07d40ea330ef438d9cad8fe3af8fd265507.tar.bz2
volse-hubzilla-295ed07d40ea330ef438d9cad8fe3af8fd265507.zip
bring back notifications for account approvals
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/nav.php b/include/nav.php
index 01decb2bf..eccb89764 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -180,6 +180,8 @@ EOT;
$nav['intros'] = array('connections/ifpending', t('Connections'), "", t('Connections'),'connections_nav_btn');
+ if(is_site_admin())
+ $nav['registrations'] = array('admin/accounts', t('Registrations'), "", t('Registrations'),'registrations_nav_btn');
$nav['notifications'] = array('notifications/system', t('Notices'), "", t('Notifications'),'notifications_nav_btn');