Merge branch 'master' into nefformat
[phpfspot.git] / phpfspot_tmpl.php
index e8cdc7731380b389cfd9ec7c99a6360ddf7aaf82..3fdf2ac2626df5c356bab3aefc5443400f3b69a8 100644 (file)
@@ -38,7 +38,10 @@ class PHPFSPOT_TMPL extends Smarty {
       $this->config_dir   = $parent->cfg->base_path .'/smarty_config';
       $this->cache_dir    = $parent->cfg->base_path .'/smarty_cache';
 
-      $this->assign('use_lightbox', 'true');
+      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()