summaryrefslogtreecommitdiffstats
path: root/phpfspot_tmpl.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-03-29 09:43:02 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-03-29 09:43:02 +0100
commit38b33998a89dc05f4fc7c90ba6eabb29301f131a (patch)
tree8f7f25141e738bd18cae26f4837990b6a22609fb /phpfspot_tmpl.php
parent375de618fb1ffaada3ae2f1e99f9706427b6abcd (diff)
parent67f0eb35f6c3fe9bdda3cb585a0fe5e9ccb0e563 (diff)
Merge branch 'master' into nefformat
Diffstat (limited to 'phpfspot_tmpl.php')
-rw-r--r--phpfspot_tmpl.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpfspot_tmpl.php b/phpfspot_tmpl.php
index 52c983e..3fdf2ac 100644
--- a/phpfspot_tmpl.php
+++ b/phpfspot_tmpl.php
@@ -40,6 +40,8 @@ class PHPFSPOT_TMPL extends Smarty {
if(isset($parent->cfg->use_lightbox) && $parent->cfg->use_lightbox == true)
$this->assign('use_lightbox', 'true');
+ if(isset($parent->cfg->use_autocomplete) && $parent->cfg->use_autocomplete == true)
+ $this->assign('use_autocomplete', 'true');
} // __construct()