X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fcomix%2Ftheme.php;h=da195f267ab513d49d84fef765b8a6298334f495;hb=04f91aafac2f3ac94e6c19a8d12ee185b870f87f;hp=52aa0a927dcc45ac73ce4b13493c441b3a919f05;hpb=453082516e90aba59553fd4392b2cdfed6ae9a57;p=friendica.git diff --git a/view/theme/comix/theme.php b/view/theme/comix/theme.php index 52aa0a927d..da195f267a 100644 --- a/view/theme/comix/theme.php +++ b/view/theme/comix/theme.php @@ -8,10 +8,11 @@ */ +function comix_init(&$a) { $a->theme_info = array( 'extends' => 'duepuntozero', ); -$a->theme['template_engine'] = 'smarty3'; +set_template_engine($a, 'smarty3'); $a->page['htmlhead'] .= <<< EOT EOT; +} +