]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/purplezero/theme.php
Merge branch 'master' of git://github.com/friendica/friendica
[friendica.git] / view / theme / purplezero / theme.php
index 4ae9d579f0eece7cd1b60665c169fd3f11717cb9..fc9d5f91c87888605618095db889c4a13fe95e32 100644 (file)
@@ -2,6 +2,7 @@
 $a->theme_info = array(
   'extends' => 'duepuntozero',
 );
+set_template_engine($a, 'smarty3');
 
 function purplezero_init(&$a) {
 $a->page['htmlhead'] .= <<< EOT
@@ -86,4 +87,4 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
-}
\ No newline at end of file
+}