X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkzero%2Ftheme.php;h=1fe4bf859cd84d42bc93f454ae80396c0b09f44f;hb=e568020718c351bf64e8b2cb678427750b498ed6;hp=37632c4b5fd7987e383324c0c25614713864c8f8;hpb=828034ad23e90088048ece55cbcb47733368b810;p=friendica.git diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php old mode 100755 new mode 100644 index 37632c4b5f..1fe4bf859c --- a/view/theme/darkzero/theme.php +++ b/view/theme/darkzero/theme.php @@ -4,16 +4,67 @@ * Name: Darkzero * Version: 1.0 * Author: Fabio Communi + * Maintainer: Fabio Communi + * Maintainer: Mike Macgirvin */ +function darkzero_init(&$a) { $a->theme_info = array( 'extends' => 'duepuntozero', ); +set_template_engine($a, 'smarty3'); $a->page['htmlhead'] .= <<< EOT EOT; +}