]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/comix/theme.php
Merge pull request #1337 from annando/1501-html-in-poco
[friendica.git] / view / theme / comix / theme.php
index e2f7f4db38d4bc71e71965c450ef7e2c582aa6d4..da195f267ab513d49d84fef765b8a6298334f495 100644 (file)
@@ -8,9 +8,11 @@
  */
 
 
+function comix_init(&$a) {
 $a->theme_info = array(
   'extends' => 'duepuntozero',
 );
+set_template_engine($a, 'smarty3');
 
 $a->page['htmlhead'] .= <<< EOT
 <script>
@@ -58,3 +60,5 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
+}
+