0d9f6c89cc
modified: view/theme/smoothly/contact_template.tpl modified: view/theme/smoothly/jot-header.tpl modified: view/theme/smoothly/jot.tpl modified: view/theme/smoothly/login.tpl modified: view/theme/smoothly/photo_top.tpl modified: view/theme/smoothly/profile_entry.tpl modified: view/theme/smoothly/profile_vcard.tpl modified: view/theme/smoothly/style.css modified: view/theme/smoothly/theme.php view/theme/smoothly/icons/ view/theme/smoothly/lang_selector.tpl view/theme/smoothly/wall_thread.tpl view/theme/smoothly/wallwall_thread.tpl
20 lines
426 B
PHP
20 lines
426 B
PHP
<?php
|
|
|
|
/*
|
|
* Name: Smoothly
|
|
* Version: Version 0.3
|
|
* Author: Alex <alex@friendica.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;
|