]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/theme.php
Merge pull request #5862 from nupplaphil/rename_App_Methods
[friendica.git] / view / theme / duepuntozero / theme.php
index a8ec75352d5d23d4996ceb6c1b52d644481827db..588a6fa463468281fd4e51777c5f0be722e64335 100644 (file)
@@ -6,7 +6,7 @@ use Friendica\Core\PConfig;
 
 function duepuntozero_init(App $a) {
 
-set_template_engine($a, 'smarty3');
+$a->setActiveTemplateEngine('smarty3');
 
     $colorset = PConfig::get( local_user(), 'duepuntozero','colorset');
     if (!$colorset)