]> git.mxchange.org Git - friendica.git/blob - view/theme/darkbubble/theme.php
make 'PHP "register_argc_argv"' easier to translate, may require fix for po2php
[friendica.git] / view / theme / darkbubble / theme.php
1 <?php
2
3 /*
4  * Name: Dark Bubble
5  * Version: 1.0
6  * Maintainer: Mike Macgirvin <mike@macgirvin.com>
7  */
8
9
10 $a->theme_info = array(
11   'extends' => 'testbubble',
12 );
13
14
15 $a->page['htmlhead'] .= <<< EOT
16 <script>
17 $(document).ready(function() {
18
19 $('html').click(function() { $("#nav-notifications-menu" ).hide(); });
20 });
21 </script>
22 EOT;