X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftheme.php;h=f316323fd31cf60a6ecf9cb0e67f510873998a71;hb=e1f366164509fc8217f9d0cf21d7475f6d71b73a;hp=167ebc75383f1e86c13349f38c4a773273da13b5;hpb=6a2a54c9befeecbad579fed6ece511f777098624;p=friendica.git diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index 167ebc7538..f316323fd3 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -6,132 +6,8 @@ * 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; +function quattro_init(&$a) { + $a->page['htmlhead'] .= ''; + $a->page['htmlhead'] .= '';; }