From 177af1fc9d286c4ecc7e5ce43e17f492b9e11817 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 19 Dec 2011 01:23:12 -0800 Subject: [PATCH] jquery effects missing from zero derivatives --- view/theme/darkzero/theme.php | 45 +++++++++++++++++++++++++++++++++ view/theme/greenzero/theme.php | 45 +++++++++++++++++++++++++++++++++ view/theme/purplezero/theme.php | 45 +++++++++++++++++++++++++++++++++ 3 files changed, 135 insertions(+) diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php index 338f40cbfb..5d63583f42 100644 --- a/view/theme/darkzero/theme.php +++ b/view/theme/darkzero/theme.php @@ -2,3 +2,48 @@ $a->theme_info = array( 'extends' => 'duepuntozero', ); + +$a->page['htmlhead'] .= <<< EOT + +EOT; diff --git a/view/theme/greenzero/theme.php b/view/theme/greenzero/theme.php index 338f40cbfb..5d63583f42 100644 --- a/view/theme/greenzero/theme.php +++ b/view/theme/greenzero/theme.php @@ -2,3 +2,48 @@ $a->theme_info = array( 'extends' => 'duepuntozero', ); + +$a->page['htmlhead'] .= <<< EOT + +EOT; diff --git a/view/theme/purplezero/theme.php b/view/theme/purplezero/theme.php index 338f40cbfb..5d63583f42 100644 --- a/view/theme/purplezero/theme.php +++ b/view/theme/purplezero/theme.php @@ -2,3 +2,48 @@ $a->theme_info = array( 'extends' => 'duepuntozero', ); + +$a->page['htmlhead'] .= <<< EOT + +EOT;