X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=ac172cee053fbd0d385c060271f1147a454858b9;hb=642f9409a77e839cd23a6aec7de5965d617f3e68;hp=1be5c02678ff7a2784aabf0e7b49c1c428c807a0;hpb=e85d7b92352be24128a24e6d0d8bd071a4b3db29;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index 1be5c02678..ac172cee05 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -6,151 +6,11 @@ * Maintainer: Fabio * Maintainer: Tobias */ - -function quattro_init(&$a) { -$a->theme_info = array(); -set_template_engine($a, 'smarty3'); +use Friendica\App; +use Friendica\Core\System; -$a->page['htmlhead'] .= ''; -$a->page['htmlhead'] .= <<< EOT - -EOT; +function quattro_init(App $a) { + $a->page['htmlhead'] .= ''; + $a->page['htmlhead'] .= '';; }