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