mirror of
https://github.com/friendica/friendica
synced 2025-04-19 12:30:12 +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
|
@ -73,8 +73,8 @@ class BaseSettingsModule extends BaseModule
|
|||
|
||||
$tabs[] = [
|
||||
'label' => L10n::t('Delegations'),
|
||||
'url' => 'delegate',
|
||||
'selected' => (($a->argc == 1) && ($a->argv[0] === 'delegate') ? 'active' : ''),
|
||||
'url' => 'settings/delegation',
|
||||
'selected' => (($a->argc > 1) && ($a->argv[1] === 'delegation') ? 'active' : ''),
|
||||
'accesskey' => 'd',
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue