issue111, auto-completion can now be enabled/disabled via config option
[phpfspot.git] / themes / default / templates / header.tpl
index c233bb341a6ce0e54c13cbba88ca3de6ef8b6d36..e946a5bc7e00be25e217a5c5580744aa6533ff38 100644 (file)
@@ -14,4 +14,8 @@
   <script type="text/javascript" src="lightbox2/js/lightbox.js"></script>
   <link rel="stylesheet" href="lightbox2/css/lightbox.css" type="text/css" media="screen" />
   { /if }
+  { if $use_autocomplete }
+  <script src="autosuggest/js/bsn.AutoSuggest_2.1.3_comp.js"></script>
+  <link rel="stylesheet" href="autosuggest/css/autosuggest_inquisitor.css" type="text/css" media="screen" charset="utf-8" />
+  { /if }
  </head>