]> git.mxchange.org Git - friendica.git/commit
Move admin summary to src/Module
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 14 Apr 2019 15:13:18 +0000 (11:13 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 2 May 2019 13:52:41 +0000 (09:52 -0400)
commit6387a77b52a3c4b01c3ae0a1542afa9dfe11dd74
treea9f5d090f0bb6ccd3807e22cf4c3b7b3413df004
parent1b32270237d7149e3cd2c475bf453e3aa3ef73ff
Move admin summary to src/Module

- Add BaseAdminModule class
- Add Module\Admin\Summary class
- Add Route for Admin\Summary module
- Remove admin_page_summary() in mod/admin
- Remove $showwarning variable from admin/summary.tpl
mod/admin.php
src/App/Router.php
src/Module/Admin/Summary.php [new file with mode: 0644]
src/Module/BaseAdminModule.php [new file with mode: 0644]
view/templates/admin/summary.tpl
view/theme/frio/templates/admin/summary.tpl