aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/darkbubble/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-09 22:48:51 -0700
committerfriendica <info@friendica.com>2012-07-09 22:48:51 -0700
commit5355193b6342910ec69ec172846027ac9353d2b3 (patch)
tree9ebe1cfea820b8ce73756f78cd6b2361a349bb4f /view/theme/darkbubble/theme.php
parent4b066e04f619c2c6f8d383daee9ceab49f39acdc (diff)
downloadvolse-hubzilla-5355193b6342910ec69ec172846027ac9353d2b3.tar.gz
volse-hubzilla-5355193b6342910ec69ec172846027ac9353d2b3.tar.bz2
volse-hubzilla-5355193b6342910ec69ec172846027ac9353d2b3.zip
theme cleanup
Diffstat (limited to 'view/theme/darkbubble/theme.php')
-rw-r--r--view/theme/darkbubble/theme.php22
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;