X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=989a998064bbc7037c141656f682917f2c3a204c;hb=c43ff35fe70cf6b0089c8240266f74666c5f48fa;hp=be47a401c0ed335b4f922b18b4ef3774b4e4dca1;hpb=f39e8126773e2a030cf84c8b9d428cc78546c1b9;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index be47a401c0..989a998064 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -1,20 +1,106 @@ + * Maintainer: Fabio + * Maintainer: Tobias + */ + +function quattro_init(&$a) { +$a->theme_info = array(); +set_template_engine($a, 'smarty3'); +$a->page['htmlhead'] .= <<< EOT + +EOT; }