X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=989a998064bbc7037c141656f682917f2c3a204c;hb=c43ff35fe70cf6b0089c8240266f74666c5f48fa;hp=0a13c20351b6d40f6b0ed4b7bd33648278578063;hpb=188829ed46be6d3c7a91380226e26e8292c327be;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index 0a13c20351..989a998064 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -4,9 +4,103 @@ * Version: 0.5 * Author: Fabio * Maintainer: Fabio - * Maintainer: Tobias + * Maintainer: Tobias */ - $a->theme_info = array(); - +function quattro_init(&$a) { +$a->theme_info = array(); +set_template_engine($a, 'smarty3'); + +$a->page['htmlhead'] .= <<< EOT + +EOT; +}