menu entry for "Delegations" moved to the settings.

This commit is contained in:
Michael Vogel 2014-04-24 10:16:02 +02:00
parent acb5748221
commit 30efb0c1e6
2 changed files with 20 additions and 8 deletions

View file

@ -127,7 +127,9 @@ function nav_info(&$a) {
elseif(! get_config('system','no_community_page'))
$nav['community'] = array('community', t('Community'), "", t('Conversations on this site'));
$nav['directory'] = array($gdirpath, t('Directory'), "", t('People directory'));
$nav['directory'] = array($gdirpath, t('Directory'), "", t('People directory'));
$nav['about'] = Array('friendica', t('Information'), "", t('Information about this friendica instance'));
/**
*