X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=ac172cee053fbd0d385c060271f1147a454858b9;hb=642f9409a77e839cd23a6aec7de5965d617f3e68;hp=be47a401c0ed335b4f922b18b4ef3774b4e4dca1;hpb=c3139fa0fd49b0b4de4568d46a6946c75ccb2a62;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index be47a401c0..ac172cee05 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -1,20 +1,16 @@ + * Maintainer: Fabio + * Maintainer: Tobias + */ +use Friendica\App; +use Friendica\Core\System; - - -$quattro_align = get_pconfig(local_user(), 'quattro', 'align' ); - -if(local_user() && $quattro_align=="center"){ - - $a->page['htmlhead'].=" - - "; - +function quattro_init(App $a) { + $a->page['htmlhead'] .= ''; + $a->page['htmlhead'] .= '';; }