X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=167ebc75383f1e86c13349f38c4a773273da13b5;hb=b4fb951bf9da7e6d9e93acb005ad8995255f9c5e;hp=0a13c20351b6d40f6b0ed4b7bd33648278578063;hpb=4e220ec391514fbdeaa7d64abfd1752a9b44bbaa;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index 0a13c20351..167ebc7538 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -1,12 +1,137 @@ * 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'] .= ''; +$a->page['htmlhead'] .= <<< EOT + +EOT; +}