X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fgreenzero%2Ftheme.php;h=9a3dd1d3e103388d5b57a8d7d15584bea6cb4d3b;hb=31fffcf281a3fc2e2f30cfd1d632c7409c0e1dd5;hp=338f40cbfbc65ddc755b978eebea1b2776267ba7;hpb=273594af62c960b5a52da5ec1cf6d6bd450415ba;p=friendica.git diff --git a/view/theme/greenzero/theme.php b/view/theme/greenzero/theme.php index 338f40cbfb..9a3dd1d3e1 100644 --- a/view/theme/greenzero/theme.php +++ b/view/theme/greenzero/theme.php @@ -1,4 +1,91 @@ theme_info = array( 'extends' => 'duepuntozero', ); +set_template_engine($a, 'smarty3'); + +$a->page['htmlhead'] .= <<< EOT + +EOT; +}