From bf7425c591de360a97c37544f777d7d69791420c Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 12 Mar 2012 20:21:32 -0700 Subject: [PATCH] click anywhere to close notifications -> zeros and bubbles --- view/theme/darkbubble/theme.php | 18 ++++++++++++++++++ view/theme/darkzero-NS/theme.php | 2 ++ view/theme/darkzero/theme.php | 2 ++ view/theme/duepuntozero/theme.php | 2 ++ view/theme/greenzero/theme.php | 2 ++ view/theme/purplezero/theme.php | 2 ++ view/theme/slackr/theme.php | 2 ++ view/theme/testbubble/theme.php | 9 +++++++++ 8 files changed, 39 insertions(+) diff --git a/view/theme/darkbubble/theme.php b/view/theme/darkbubble/theme.php index 326c98bbda..053730c21a 100755 --- a/view/theme/darkbubble/theme.php +++ b/view/theme/darkbubble/theme.php @@ -1,4 +1,22 @@ + */ + + $a->theme_info = array( 'extends' => 'testbubble', ); + + +$a->page['htmlhead'] .= <<< EOT + +EOT; diff --git a/view/theme/darkzero-NS/theme.php b/view/theme/darkzero-NS/theme.php index 521b1859e9..2d3e4fd56e 100755 --- a/view/theme/darkzero-NS/theme.php +++ b/view/theme/darkzero-NS/theme.php @@ -15,6 +15,8 @@ $a->page['htmlhead'] .= <<< EOT +EOT;