diff options
author | Michael <icarus@dabo.de> | 2012-04-11 18:48:58 +0200 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-04-11 18:48:58 +0200 |
commit | 39405c8056b4a1d55c97fb2963d8776695dbeb30 (patch) | |
tree | c9f89ba0e9aacee343cf50b6b8a64468bb8db694 /view/theme/greenzero/theme.php | |
parent | c3139fa0fd49b0b4de4568d46a6946c75ccb2a62 (diff) | |
parent | cdb6510b9f3007d2afd3081313caa7d045af1e7c (diff) | |
download | volse-hubzilla-39405c8056b4a1d55c97fb2963d8776695dbeb30.tar.gz volse-hubzilla-39405c8056b4a1d55c97fb2963d8776695dbeb30.tar.bz2 volse-hubzilla-39405c8056b4a1d55c97fb2963d8776695dbeb30.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/greenzero/theme.php')
-rw-r--r-- | view/theme/greenzero/theme.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/greenzero/theme.php b/view/theme/greenzero/theme.php index ceec4dd97..c80202475 100644 --- a/view/theme/greenzero/theme.php +++ b/view/theme/greenzero/theme.php @@ -3,6 +3,7 @@ $a->theme_info = array( 'extends' => 'duepuntozero', ); +function greenzero_init(&$a) { $a->page['htmlhead'] .= <<< EOT <script> $(document).ready(function() { @@ -49,3 +50,4 @@ $('.savedsearchterm').hover( </script> EOT; +}
\ No newline at end of file |