]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/theme.php
Merge pull request #5862 from nupplaphil/rename_App_Methods
[friendica.git] / view / theme / smoothly / theme.php
index 293836af1389b8d267df37a6d6ffb1b6ff20429b..e961146f6a941dd0d7aac1760a01706130641a54 100644 (file)
@@ -14,7 +14,7 @@ use Friendica\App;
 use Friendica\Core\System;
 
 function smoothly_init(App $a) {
-       set_template_engine($a, 'smarty3');
+       $a->setActiveTemplateEngine('smarty3');
 
        $cssFile = null;
        $ssl_state = null;