X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=624e8690435437ef055f794eab736a86a3f4178d;hb=3c24bed412235cf8c7a3f16b46fed18004abf87b;hp=0b67c6b49a8282a023eeabd274b836f6aa1abcae;hpb=d30d13959b21eafc7ea35d26ccc6bf10a84f8541;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index 0b67c6b49a..624e869043 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -7,7 +7,10 @@ * Maintainer: Tobias */ -function quattro_init(&$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'] .= '';; }