diff options
Diffstat (limited to 'view/theme/darkzero/theme.php')
-rw-r--r--[-rwxr-xr-x] | view/theme/darkzero/theme.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php index 8c4d3e9ac..bbba3ef74 100755..100644 --- a/view/theme/darkzero/theme.php +++ b/view/theme/darkzero/theme.php @@ -12,6 +12,7 @@ $a->theme_info = array( 'extends' => 'duepuntozero', ); +function darkzero_init(&$a) { $a->page['htmlhead'] .= <<< EOT <script> $(document).ready(function() { @@ -58,3 +59,4 @@ $('.savedsearchterm').hover( </script> EOT; +}
\ No newline at end of file |