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