From c3342635f7c4d0408648ffbb31e4041d93ee4888 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 29 Mar 2008 07:55:25 +0100 Subject: issue111, auto-completion can now be enabled/disabled via config option Signed-off-by: Andreas Unterkircher --- phpfspot_tmpl.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpfspot_tmpl.php') 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() -- cgit v1.2.3-18-g5258