]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/comix-plain/theme.php
The repair option is added to the settings
[friendica.git] / view / theme / comix-plain / theme.php
index be3180dc9815d652531b688fd4f1780e0de6a53f..f4781b08f0c9c5219a282521459119a0545270ed 100644 (file)
@@ -8,9 +8,11 @@
  */
 
 
+function comix_plain_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;
+}
+