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