diff options
Diffstat (limited to 'phpfspot_tmpl.php')
-rw-r--r-- | phpfspot_tmpl.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpfspot_tmpl.php b/phpfspot_tmpl.php index 5eff544..e8cdc77 100644 --- a/phpfspot_tmpl.php +++ b/phpfspot_tmpl.php @@ -38,6 +38,8 @@ 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'); + } // __construct() public function show($template) |