X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=fc908522a1862144ccdf2f971dc9b77f44367136;hb=187a81f159c26faa0b135a38a655de019f99d337;hp=a1cd29ee72ad84c1ff2fe3da4850e46b9daec213;hpb=e43c7a44472ccdefd01104e8d919a72e10ec77c3;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index a1cd29ee72..fc908522a1 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -7,9 +7,7 @@ * Maintainer: Tobias */ -function quattro_init(&$a) { - $a->theme_info = array(); - - $a->page['htmlhead'] .= ''; - $a->page['htmlhead'] .= '';; +function quattro_init(App $a) { + $a->page['htmlhead'] .= ''; + $a->page['htmlhead'] .= '';; }