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