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