mirror of
https://github.com/friendica/friendica
synced 2025-04-19 13:10:10 +00:00
Move admin/features to src/Module
- Add Module\Admin\Features class - Add route for admin/features - Add features admin aside menu entry - Move templates/admin/settings_features.tpl to templates/admin/features.tpl - Remove admin_page_features and admin_page_features_post from mod/admin.php
This commit is contained in:
parent
f3f055758c
commit
446cb905e4
5 changed files with 81 additions and 90 deletions
|
@ -56,6 +56,7 @@ abstract class BaseAdminModule extends BaseModule
|
|||
'users' => ['admin/users' , L10n::t('Users') , 'users'],
|
||||
'addons' => ['admin/addons' , L10n::t('Addons') , 'addons'],
|
||||
'themes' => ['admin/themes' , L10n::t('Themes') , 'themes'],
|
||||
'features' => ['admin/features' , L10n::t('Additional features') , 'features'],
|
||||
'tos' => ['admin/tos' , L10n::t('Terms of Service') , 'tos'],
|
||||
]],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue