aboutsummaryrefslogblamecommitdiffstats
path: root/view/theme/darkbubble/theme.php
blob: 053730c21addff7f97963c0ae0f6dc14ebc72543 (plain) (tree)
1
2
3
4
5
6
7
8
9
     







                                                  


                            









                                                                      
<?php

/*
 * Name: Dark Bubble
 * Version: 1.0
 * Maintainer: Mike Macgirvin <mike@macgirvin.com>
 */


$a->theme_info = array(
  'extends' => 'testbubble',
);


$a->page['htmlhead'] .= <<< EOT
<script>
$(document).ready(function() {

$('html').click(function() { $("#nav-notifications-menu" ).hide(); });
});
</script>
EOT;