]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/theme.php
e28cc811f57c77d9cf7a893ddd059f97f71fb99f
[friendica.git] / view / theme / smoothly / theme.php
1 <?php
2
3 /*
4  * Name: Smoothly
5  * Version: Version 0.3
6  * Author: Alex <info@pixelbits.de>
7  * Maintainer: Alex alex@friendica.pixelbits.de>
8  * Description: Theme optimized for Tablets (iPad etc.)
9  * Screenshot: <a href="screenshot.png">Screenshot</a>
10  */
11
12 $a->page['htmlhead'] .= <<< EOT
13 <script>
14 $(document).ready(function() {
15
16 $('html').click(function() { $("#nav-notifications-menu" ).hide(); });
17 });
18 </script>
19 EOT;