X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=624e8690435437ef055f794eab736a86a3f4178d;hb=3c24bed412235cf8c7a3f16b46fed18004abf87b;hp=ae8f4f906594b0d73f5dcad03dd78d7af708907e;hpb=f42d76858655fc62dfbd05c0bcf2f6a49ea0bf30;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index ae8f4f9065..624e869043 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -7,7 +7,10 @@ * Maintainer: Tobias */ -function quattro_init(App &$a) { +use Friendica\App; +use Friendica\Core\System; + +function quattro_init(App $a) { $a->page['htmlhead'] .= ''; $a->page['htmlhead'] .= '';; }