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