X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=ac172cee053fbd0d385c060271f1147a454858b9;hb=15a5d689c6b0d3e0cac389aa4574605ed58dda9c;hp=fc908522a1862144ccdf2f971dc9b77f44367136;hpb=4d30f2b292ec0b77de13cae3c622df84f84aa54f;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'] .= '';; }