X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkbubble%2Ftheme.php;h=475d4e63ce93126491a23d6ae4edfadcbd0535ff;hb=d204e2524b5e61f56f98ba8bfeda286c2fe79d6f;hp=ecd14da772ed017523d2bfe1df054545ae782298;hpb=f519b907372e647e1c26408af1943892e725b92e;p=friendica.git diff --git a/view/theme/darkbubble/theme.php b/view/theme/darkbubble/theme.php index ecd14da772..475d4e63ce 100644 --- a/view/theme/darkbubble/theme.php +++ b/view/theme/darkbubble/theme.php @@ -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(); }); }); EOT; +}