]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/slackr/theme.php
Merge pull request #556 from fermionic/20121224-smarty3-template-collision
[friendica.git] / view / theme / slackr / theme.php
index 65a92c1845c3b92d738b41afa3bef4af1fb6a21a..bc09299794a8d3c883bb900080407376cb02df95 100644 (file)
@@ -2,6 +2,7 @@
 $a->theme_info = array(
   'extends' => 'duepuntozero',
 );
+set_template_engine($a, 'smarty3');
 
 function slackr_init(&$a) {
 $a->page['htmlhead'] .= <<< EOT
@@ -105,4 +106,4 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
-}
\ No newline at end of file
+}