diff options
Diffstat (limited to 'templates/html/htmlbase.tpl')
-rw-r--r-- | templates/html/htmlbase.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/html/htmlbase.tpl b/templates/html/htmlbase.tpl index d394b45..2191186 100644 --- a/templates/html/htmlbase.tpl +++ b/templates/html/htmlbase.tpl @@ -21,6 +21,9 @@ {% endif %} {% if config.SEARCHENGINE %} <link href="{{ page.relPath }}search/search.css" rel="stylesheet" type="text/css"/> + {% if not config.SERVER_BASED_SEARCH %} +<script type="text/javascript" src="{{ page.relPath }}search/searchdata.js"></script> + {% endif %} <script type="text/javascript" src="{{ page.relPath }}search/search.js"></script> {% if config.SERVER_BASED_SEARCH %} <script type="text/javascript"> |