]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/theme.php
Merge pull request #3900 from annando/old-template
[friendica.git] / view / theme / frio / theme.php
index 70cac3b3a89811d7dcd01886ac2795a7f2f60274..35e40aa96529143c97aa56f70dce78b74a6defb3 100644 (file)
@@ -22,7 +22,7 @@ function frio_init(App $a) {
        // disable the events module link in the profile tab
        $a->theme_events_in_profile = false;
 
-       set_template_engine($a, 'smarty3');
+       $a->set_template_engine('smarty3');
 
        $baseurl = System::baseUrl();