X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=989a998064bbc7037c141656f682917f2c3a204c;hb=c43ff35fe70cf6b0089c8240266f74666c5f48fa;hp=7e5ab1e62e465a06c71a38b464ff8c1961ac55dc;hpb=d647dbc6af33689d0baf4bafd72031d06dcf7577;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index 7e5ab1e62e..989a998064 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -1,46 +1,106 @@ + * Maintainer: Fabio + * Maintainer: Tobias + */ + +function quattro_init(&$a) { +$a->theme_info = array(); +set_template_engine($a, 'smarty3'); -$a->hooks[] = array('plugin_settings', 'view/theme/quattro/theme.php', 'quattro_settings'); -$a->hooks[] = array('plugin_settings_post', 'view/theme/quattro/theme.php', 'quattro_settings_post'); +$a->page['htmlhead'] .= <<< EOT + +EOT; }