mirror of
https://github.com/friendica/friendica
synced 2024-11-10 11:42:54 +00:00
1157b627af
modified: view/theme/smoothly/theme.php view/theme/smoothly/mobile
19 lines
416 B
PHP
19 lines
416 B
PHP
<?php
|
|
|
|
/*
|
|
* Name: Smoothly
|
|
* Version: Version 0.3
|
|
* Author: Alex <info@pixelbits.de>
|
|
* Maintainer: Alex alex@friendica.pixelbits.de>
|
|
* Description: Theme optimized for Tablets (iPad etc.)
|
|
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
|
*/
|
|
|
|
$a->page['htmlhead'] .= <<< EOT
|
|
<script>
|
|
$(document).ready(function() {
|
|
|
|
$('html').click(function() { $("#nav-notifications-menu" ).hide(); });
|
|
});
|
|
</script>
|
|
EOT;
|