aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpl')
-rw-r--r--tpl/page.footer.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tpl/page.footer.html b/tpl/page.footer.html
index 13b566ae..3aa47ba6 100644
--- a/tpl/page.footer.html
+++ b/tpl/page.footer.html
@@ -18,3 +18,13 @@ $(document).ready(function()
18}); 18});
19</script> 19</script>
20{/if} 20{/if}
21
22{if="empty($GLOBALS['disablejquery']) && isset($_GET['searchterm'])"}
23<script src="inc/jquery.highlight.js#"></script>
24<script language="JavaScript">
25$(document).ready(function()
26{
27 $('#linklist li').highlight("{$search_crits}");
28});
29</script>
30{/if} \ No newline at end of file