]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/comix-plain/theme.php
fix bug #540 for quattro themes
[friendica.git] / view / theme / comix-plain / theme.php
index 4e5fd0d0e9b7745a86b480ac73ba61220d1d7250..f4781b08f0c9c5219a282521459119a0545270ed 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 
+function comix_plain_init(&$a) {
 $a->theme_info = array(
   'extends' => 'duepuntozero',
 );
@@ -59,3 +60,5 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
+}
+