X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=167ebc75383f1e86c13349f38c4a773273da13b5;hb=b4fb951bf9da7e6d9e93acb005ad8995255f9c5e;hp=7e5ab1e62e465a06c71a38b464ff8c1961ac55dc;hpb=4690d00141352db8ca96359cbbf65ce6eb4345c4;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index 7e5ab1e62e..167ebc7538 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -1,46 +1,137 @@ + * 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'] .= ''; +$a->page['htmlhead'] .= <<< EOT + +EOT; }