X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=167ebc75383f1e86c13349f38c4a773273da13b5;hb=b4fb951bf9da7e6d9e93acb005ad8995255f9c5e;hp=be47a401c0ed335b4f922b18b4ef3774b4e4dca1;hpb=aace55df0ad279d74c5e612078c3f29d114389dc;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index be47a401c0..167ebc7538 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -1,20 +1,137 @@ + * Maintainer: Fabio + * Maintainer: Tobias + */ + +function quattro_init(&$a) { +$a->theme_info = array(); +set_template_engine($a, 'smarty3'); +$a->page['htmlhead'] .= ''; +$a->page['htmlhead'] .= <<< EOT + +EOT; }