X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fgreenzero%2Ftheme.php;h=9a3dd1d3e103388d5b57a8d7d15584bea6cb4d3b;hb=f8c62f04079fba8795a83771c5c3615e233ba5ca;hp=338f40cbfbc65ddc755b978eebea1b2776267ba7;hpb=25ac93f44d92b839c5012ba8cbb7ecf221658eff;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; +}