aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/purplezero/theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/purplezero/theme.php')
-rw-r--r--view/theme/purplezero/theme.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/purplezero/theme.php b/view/theme/purplezero/theme.php
index ceec4dd97..b9613027c 100644
--- a/view/theme/purplezero/theme.php
+++ b/view/theme/purplezero/theme.php
@@ -3,6 +3,7 @@ $a->theme_info = array(
'extends' => 'duepuntozero',
);
+function purplezero_init(&$a) {
$a->page['htmlhead'] .= <<< EOT
<script>
$(document).ready(function() {
@@ -49,3 +50,4 @@ $('.savedsearchterm').hover(
</script>
EOT;
+} \ No newline at end of file