1
0
Fork 0

Template Engine and props to Renderer

move methods and props from App to Renderer
This commit is contained in:
Adam Magness 2018-10-31 13:25:38 -04:00
commit 70f01d6c00
9 changed files with 108 additions and 103 deletions

View file

@ -15,7 +15,7 @@ use Friendica\Core\Renderer;
use Friendica\Core\System;
function smoothly_init(App $a) {
$a->setActiveTemplateEngine('smarty3');
Renderer::setActiveTemplateEngine('smarty3');
$cssFile = null;
$ssl_state = null;