mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Merge pull request #5891 from JonnyTischbein/move_module_contacts
Move module contacts
This commit is contained in:
commit
74c5f1f684
21 changed files with 1319 additions and 1330 deletions
|
@ -210,7 +210,7 @@ class Nav
|
|||
$nav['profiles'] = ['profiles', L10n::t('Profiles'), '', L10n::t('Manage/Edit Profiles')];
|
||||
}
|
||||
|
||||
$nav['contacts'] = ['contacts', L10n::t('Contacts'), '', L10n::t('Manage/edit friends and contacts')];
|
||||
$nav['contacts'] = ['contact', L10n::t('Contacts'), '', L10n::t('Manage/edit friends and contacts')];
|
||||
}
|
||||
|
||||
// Show the link to the admin configuration page if user is admin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue