diff options
author | friendica <info@friendica.com> | 2012-07-09 22:48:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-09 22:48:51 -0700 |
commit | 5355193b6342910ec69ec172846027ac9353d2b3 (patch) | |
tree | 9ebe1cfea820b8ce73756f78cd6b2361a349bb4f /view/theme/darkbubble/theme.php | |
parent | 4b066e04f619c2c6f8d383daee9ceab49f39acdc (diff) | |
download | volse-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.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; |