]> 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 ce28ebf18938180190b935c98322fa8726210a95..da195f267ab513d49d84fef765b8a6298334f495 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 
+function comix_init(&$a) {
 $a->theme_info = array(
   'extends' => 'duepuntozero',
 );
@@ -59,3 +60,5 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
+}
+