]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkzero/theme.php
diabook-themes: comment-bbcode-bugfix
[friendica.git] / view / theme / darkzero / theme.php
index 8c4d3e9ac34f729a417ab0a81887d66e2d0f0a13..bbba3ef740ccea9dbe5aae46fb48b21e18d6d9ee 100644 (file)
@@ -12,6 +12,7 @@ $a->theme_info = array(
   'extends' => 'duepuntozero',
 );
 
+function darkzero_init(&$a) {
 $a->page['htmlhead'] .= <<< EOT
 <script>
 $(document).ready(function() {
@@ -58,3 +59,4 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
+}
\ No newline at end of file