X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=73d35a1628a966970a05f816a47647c9632a0b8e;hb=cde9b6370da1735fffab2fe5933334c2ac3320e9;hp=de2e5861e3006c0f933d317c0ba1771f86f26756;hpb=7aa3b92f4c4619de76f45f448edfd6e4dcfbceb4;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index de2e5861e3..73d35a1628 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -1,11 +1,106 @@ * Maintainer: Fabio - * Maintainer: Tobias + * Maintainer: Tobias */ - $a->theme_info = array(); - +$a->theme_info = array(); +set_template_engine($a, 'smarty3'); + +function quattro_init(&$a) { +$a->page['htmlhead'] .= <<< EOT + +EOT; +}