mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
menu entry for "Delegations" moved to the settings.
This commit is contained in:
parent
acb5748221
commit
30efb0c1e6
2 changed files with 20 additions and 8 deletions
|
@ -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'));
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue