diff options
Diffstat (limited to 'view/theme/darkbubble/theme.php')
-rw-r--r-- | view/theme/darkbubble/theme.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/view/theme/darkbubble/theme.php b/view/theme/darkbubble/theme.php deleted file mode 100644 index 053730c21..000000000 --- a/view/theme/darkbubble/theme.php +++ /dev/null @@ -1,22 +0,0 @@ -<?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; |