]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkbubble/theme.php
Merge branch 'master' of https://github.com/friendica/friendica
[friendica.git] / view / theme / darkbubble / theme.php
index ecd14da772ed017523d2bfe1df054545ae782298..475d4e63ce93126491a23d6ae4edfadcbd0535ff 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 
+function darkbubble_init(&$a) {
 $a->theme_info = array(
   'extends' => 'testbubble',
 );
@@ -21,3 +22,4 @@ $('html').click(function() { $("#nav-notifications-menu" ).hide(); });
 });
 </script>
 EOT;
+}