X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=5647fd493a88e1cd3f20a322df9abd54bb5af8e0;hb=4b16de6d8010323cc63cde302b4ee0becb429d3b;hp=167ebc75383f1e86c13349f38c4a773273da13b5;hpb=0cfeee2e473d3d8f9e59aa5b9e7558cd75552391;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index 167ebc7538..5647fd493a 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -6,132 +6,10 @@ * Maintainer: Fabio * Maintainer: Tobias */ - -function quattro_init(&$a) { -$a->theme_info = array(); -set_template_engine($a, 'smarty3'); +use Friendica\App; -$a->page['htmlhead'] .= ''; -$a->page['htmlhead'] .= <<< EOT - -EOT; +function quattro_init(App $a) { + $a->page['htmlhead'] .= ''; + $a->page['htmlhead'] .= '';; }