]> git.mxchange.org Git - friendica.git/commit
Template Engine with Subdirectory
authorPhilipp <admin@philipp.info>
Sun, 26 Apr 2020 13:45:25 +0000 (15:45 +0200)
committerPhilipp <admin@philipp.info>
Sun, 26 Apr 2020 13:45:25 +0000 (15:45 +0200)
commitf5f62d3f42faf6fda931f2c28de9e58c2a665d5c
tree6c80e48790d6bd523717c39927ef59a4aecd4cf6
parent62e6c2f781d34c688ce68903ad4dee30ef4bd24d
Template Engine with Subdirectory
- Use explicit root path for template engine
- Replace "__DIR__" calls in addons with subdirectories
- Fixes local tests, where call is made out of '/' and not '/vagrant/'
src/Core/Renderer.php
src/DI.php
src/Render/FriendicaSmartyEngine.php
src/Render/ITemplateEngine.php