mirror of
https://github.com/friendica/friendica
synced 2025-04-26 12:30:11 +00:00
Move mod/delegate to src/Module/Settings/Delegation
- Move templates/delegate to templates/settings/delegation
This commit is contained in:
parent
5f80180b47
commit
616edd0600
10 changed files with 231 additions and 253 deletions
|
@ -260,7 +260,7 @@ class Nav
|
|||
$nav['manage'] = ['manage', L10n::t('Manage'), '', L10n::t('Manage other pages')];
|
||||
}
|
||||
|
||||
$nav['delegations'] = ['delegate', L10n::t('Delegations'), '', L10n::t('Delegate Page Management')];
|
||||
$nav['delegations'] = ['settings/delegation', L10n::t('Delegations'), '', L10n::t('Delegate Page Management')];
|
||||
|
||||
$nav['settings'] = ['settings', L10n::t('Settings'), '', L10n::t('Account settings')];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue