]> git.mxchange.org Git - friendica.git/commit
Add system.allowed_themes config key handling in Core\Theme
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 15 Apr 2019 05:04:02 +0000 (01:04 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 2 May 2019 13:52:42 +0000 (09:52 -0400)
commit9227aab83749fcb69525a914369a6819294fb53f
tree7f40ff68b96c81314d1ca4c646ad754a22e32a89
parent488e425416f4c946a0f4c7de95e8e77d6ee107cf
Add system.allowed_themes config key handling in Core\Theme

- Add Theme::setAllowedList method
- Update the allowed theme list on theme install/uninstall
- Add theme file inclusion on uninstall allowing for theme_uninstall function to be called
- Removing logging from frontend methods
src/Core/Theme.php