X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=5cb373eefe85f8609f305fc716c4b0d88a7a9198;hb=a03e6b96ea96c81d4cb1a1e8c4e86a8a3a82863e;hp=7e5ab1e62e465a06c71a38b464ff8c1961ac55dc;hpb=11c29e0cba4f521c5f37d963109c4807af8bccae;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index 7e5ab1e62e..5cb373eefe 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -1,46 +1,95 @@ + * Maintainer: Fabio + * Maintainer: Tobias + */ + +$a->theme_info = array(); -$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'); - - -function quattro_settings(&$a, &$o){ - if(!local_user()) - return; - - $align = get_pconfig(local_user(), 'quattro', 'align' ); +function quattro_init(&$a) { +$a->page['htmlhead'] .= <<< EOT + +EOT; }