friendica/view/theme/testbubble/theme.php
2012-12-22 12:57:29 -07:00

21 lines
356 B
PHP

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