]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/greenzero/theme.php
Accidentally removed a file
[friendica.git] / view / theme / greenzero / theme.php
index a63d8a235aa00e166b986416e35154d193880525..9a3dd1d3e103388d5b57a8d7d15584bea6cb4d3b 100644 (file)
@@ -1,9 +1,11 @@
 <?php
+
+function greenzero_init(&$a) {
 $a->theme_info = array(
   'extends' => 'duepuntozero',
 );
+set_template_engine($a, 'smarty3');
 
-function greenzero_init(&$a) {
 $a->page['htmlhead'] .= <<< EOT
 <script>
 function insertFormatting(comment,BBcode,id) {
@@ -86,4 +88,4 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
-}
\ No newline at end of file
+}