Template Engine and props to Renderer
move methods and props from App to Renderer
This commit is contained in:
parent
3f74ba88c2
commit
70f01d6c00
9 changed files with 108 additions and 103 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue