X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fslackr%2Ftheme.php;h=bc09299794a8d3c883bb900080407376cb02df95;hb=e5dac2d387c5ef2aa6d12890d32a6e20b9beacd7;hp=65a92c1845c3b92d738b41afa3bef4af1fb6a21a;hpb=40f2ec189e9e23377791d3d4f63e1dce0d807f91;p=friendica.git diff --git a/view/theme/slackr/theme.php b/view/theme/slackr/theme.php index 65a92c1845..bc09299794 100644 --- a/view/theme/slackr/theme.php +++ b/view/theme/slackr/theme.php @@ -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( EOT; -} \ No newline at end of file +}