X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=ac172cee053fbd0d385c060271f1147a454858b9;hb=642f9409a77e839cd23a6aec7de5965d617f3e68;hp=0a13c20351b6d40f6b0ed4b7bd33648278578063;hpb=1872cf2b2d14be5c4b8fbc9e2cf61f9fcd9e2f88;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index 0a13c20351..ac172cee05 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -1,12 +1,16 @@ * Maintainer: Fabio - * Maintainer: Tobias + * Maintainer: Tobias */ - - $a->theme_info = array(); - +use Friendica\App; +use Friendica\Core\System; + +function quattro_init(App $a) { + $a->page['htmlhead'] .= ''; + $a->page['htmlhead'] .= '';; +}