aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero/theme.php
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-04-11 18:48:58 +0200
committerMichael <icarus@dabo.de>2012-04-11 18:48:58 +0200
commit39405c8056b4a1d55c97fb2963d8776695dbeb30 (patch)
treec9f89ba0e9aacee343cf50b6b8a64468bb8db694 /view/theme/duepuntozero/theme.php
parentc3139fa0fd49b0b4de4568d46a6946c75ccb2a62 (diff)
parentcdb6510b9f3007d2afd3081313caa7d045af1e7c (diff)
downloadvolse-hubzilla-39405c8056b4a1d55c97fb2963d8776695dbeb30.tar.gz
volse-hubzilla-39405c8056b4a1d55c97fb2963d8776695dbeb30.tar.bz2
volse-hubzilla-39405c8056b4a1d55c97fb2963d8776695dbeb30.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/duepuntozero/theme.php')
-rw-r--r--view/theme/duepuntozero/theme.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/theme.php b/view/theme/duepuntozero/theme.php
index 701fb1349..7b42088e1 100644
--- a/view/theme/duepuntozero/theme.php
+++ b/view/theme/duepuntozero/theme.php
@@ -1,6 +1,7 @@
<?php
$a->theme_info = array();
+function duepuntozero_init(&$a) {
$a->page['htmlhead'] .= <<< EOT
<script>
$(document).ready(function() {
@@ -47,3 +48,4 @@ $('.savedsearchterm').hover(
</script>
EOT;
+}