friendica/view/theme/testbubble/theme.php

21 wiersze
356 B
PHP
Czysty Zwykły widok Historia

2012-03-09 00:30:45 +00:00
<?php
/*
* Name: Test Bubble
* Version: 1.1
* Author: Anne Walk
* Author: Devlon Duthied
* Maintainer: Mike Macgirvin <mike@macgirvin.com>
*/
2012-12-22 19:57:29 +00:00
$a->theme['template_engine'] = 'smarty3';
$a->page['htmlhead'] .= <<< EOT
<script>
$(document).ready(function() {
$('html').click(function() { $("#nav-notifications-menu" ).hide(); });
});
</script>
EOT;