X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkzero%2Ftheme.php;h=ceafdf59569571a7cbf4354b3b34bffaf5cdc0d1;hb=0d5b8dfafde4d66c8cd6978ad83e639938aaf3bd;hp=37632c4b5fd7987e383324c0c25614713864c8f8;hpb=b71a3af4570ccf349804b9ffa151fc1d35287d88;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..ceafdf5956 --- 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 */ $a->theme_info = array( 'extends' => 'duepuntozero', ); +set_template_engine($a, 'smarty3'); +function darkzero_init(&$a) { $a->page['htmlhead'] .= <<< EOT EOT; +}