X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=5647fd493a88e1cd3f20a322df9abd54bb5af8e0;hb=4b16de6d8010323cc63cde302b4ee0becb429d3b;hp=d89890da0bf934df08ff0ab17a003601407180b6;hpb=032cb5f6a381c376f787d816170081316b50d8ec;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index d89890da0b..5647fd493a 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -1,119 +1,15 @@ * Maintainer: Fabio * Maintainer: Tobias */ - -function quattro_init(&$a) { -$a->theme_info = array(); -set_template_engine($a, 'smarty3'); +use Friendica\App; -$a->page['htmlhead'] .= ''; -$a->page['htmlhead'] .= <<< EOT - -EOT; +function quattro_init(App $a) { + $a->page['htmlhead'] .= ''; + $a->page['htmlhead'] .= '';; }