X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=1be5c02678ff7a2784aabf0e7b49c1c428c807a0;hb=e85d7b92352be24128a24e6d0d8bd071a4b3db29;hp=be47a401c0ed335b4f922b18b4ef3774b4e4dca1;hpb=77f57e1b135674f48a37e7cf0b1d7bb9172665ca;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index be47a401c0..1be5c02678 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -1,20 +1,156 @@ + * Maintainer: Fabio + * Maintainer: Tobias + */ + +function quattro_init(&$a) { +$a->theme_info = array(); +set_template_engine($a, 'smarty3'); - - -$quattro_align = get_pconfig(local_user(), 'quattro', 'align' ); - -if(local_user() && $quattro_align=="center"){ +$a->page['htmlhead'] .= ''; +$a->page['htmlhead'] .= <<< EOT + +EOT; }