X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkbubble%2Ftheme.php;h=475d4e63ce93126491a23d6ae4edfadcbd0535ff;hb=1cc5d08def5ee93c6989a6cbd8a85a0977ac1dfe;hp=ecd14da772ed017523d2bfe1df054545ae782298;hpb=53a4cf5339b3add212e334b2614211d9f92ca8e1;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; +}