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