]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/theme.php
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / theme / testbubble / theme.php
1 <?php
2
3 /*
4  * Name: Test Bubble
5  * Version: 1.1
6  * Author: Anne Walk
7  * Author: Devlon Duthied
8  * Maintainer: Mike Macgirvin <mike@macgirvin.com>
9  */
10
11 set_template_engine($a, 'smarty3');
12
13 $a->page['htmlhead'] .= <<< EOT
14 <script>
15 $(document).ready(function() {
16
17 $('html').click(function() { $("#nav-notifications-menu" ).hide(); });
18 });
19 </script>
20 EOT;