X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=ac172cee053fbd0d385c060271f1147a454858b9;hb=642f9409a77e839cd23a6aec7de5965d617f3e68;hp=a1cd29ee72ad84c1ff2fe3da4850e46b9daec213;hpb=edb303d44a9109c98bde75ef91b0e40dbe4eeb3b;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index a1cd29ee72..ac172cee05 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -7,9 +7,10 @@ * Maintainer: Tobias */ -function quattro_init(&$a) { - $a->theme_info = array(); +use Friendica\App; +use Friendica\Core\System; - $a->page['htmlhead'] .= ''; - $a->page['htmlhead'] .= '';; +function quattro_init(App $a) { + $a->page['htmlhead'] .= ''; + $a->page['htmlhead'] .= '';; }