X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fgreenzero%2Ftheme.php;h=09a63c040d20d07a549c89293687e911f4f71fcf;hb=e5dac2d387c5ef2aa6d12890d32a6e20b9beacd7;hp=a63d8a235aa00e166b986416e35154d193880525;hpb=ba0ade33801af3bd553f873d7de02a35956d837a;p=friendica.git diff --git a/view/theme/greenzero/theme.php b/view/theme/greenzero/theme.php index a63d8a235a..09a63c040d 100644 --- a/view/theme/greenzero/theme.php +++ b/view/theme/greenzero/theme.php @@ -2,6 +2,7 @@ $a->theme_info = array( 'extends' => 'duepuntozero', ); +set_template_engine($a, 'smarty3'); function greenzero_init(&$a) { $a->page['htmlhead'] .= <<< EOT @@ -86,4 +87,4 @@ $('.savedsearchterm').hover( EOT; -} \ No newline at end of file +}