]> git.mxchange.org Git - friendica.git/commit
Move admin/themes to src/Module
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 15 Apr 2019 05:11:46 +0000 (01:11 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 2 May 2019 13:52:43 +0000 (09:52 -0400)
commita13bc149338b3d2b1b34cf053f28b5d7e34742c4
treeff5e9bf893bc4cdffb7c4e2fbba102b5328174b9
parent9227aab83749fcb69525a914369a6819294fb53f
Move admin/themes to src/Module

- Add Module\Admin\Themes\Index class
- Add route for admin/themes
- Add themes admin aside menu entry
- Add admin/addons/index.tpl template
- Remove theme list from mod/admin
mod/admin.php
src/App/Router.php
src/Module/Admin/Themes/Index.php [new file with mode: 0644]
src/Module/BaseAdminModule.php
view/templates/admin/addons/index.tpl [new file with mode: 0644]