aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/darkbubble/theme.php
blob: 053730c21addff7f97963c0ae0f6dc14ebc72543 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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;