]> git.mxchange.org Git - friendica.git/commit
Move admin/features to src/Module
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 22 Apr 2019 00:32:02 +0000 (20:32 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 2 May 2019 13:52:46 +0000 (09:52 -0400)
commit446cb905e472817a807a230b028399cf13df6c2e
tree484b9abd0c5bc788a9659323248f159d5c62b4f3
parentf3f055758ceb7d270731995600b8c59ad2984710
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
mod/admin.php
src/App/Router.php
src/Module/Admin/Features.php [new file with mode: 0644]
src/Module/BaseAdminModule.php
view/templates/admin/features.tpl [new file with mode: 0644]
view/templates/admin/settings_features.tpl [deleted file]