X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkzero%2Ftheme.php;h=1fe4bf859cd84d42bc93f454ae80396c0b09f44f;hb=e568020718c351bf64e8b2cb678427750b498ed6;hp=dc0da0b167df1bb41e04a597ccf8424f39d1f133;hpb=139c2c1bbdffeb8df07004a9fdf919adf0bac72c;p=friendica.git diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php index dc0da0b167..1fe4bf859c 100644 --- a/view/theme/darkzero/theme.php +++ b/view/theme/darkzero/theme.php @@ -8,11 +8,12 @@ * Maintainer: Mike Macgirvin */ +function darkzero_init(&$a) { $a->theme_info = array( 'extends' => 'duepuntozero', ); +set_template_engine($a, 'smarty3'); -function darkzero_init(&$a) { $a->page['htmlhead'] .= <<< EOT EOT; -} \ No newline at end of file +}