X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_tmpl.php;h=52c983e971aedd400487a372701eb678e7187e5d;hp=e8cdc7731380b389cfd9ec7c99a6360ddf7aaf82;hb=2b589908f4624b0ee41217f21d5b0b7cb383d38c;hpb=ba67cbf2ecb051b36ba0985099a76456b5c38e15 diff --git a/phpfspot_tmpl.php b/phpfspot_tmpl.php index e8cdc77..52c983e 100644 --- a/phpfspot_tmpl.php +++ b/phpfspot_tmpl.php @@ -38,7 +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'); + if(isset($parent->cfg->use_lightbox) && $parent->cfg->use_lightbox == true) + $this->assign('use_lightbox', 'true'); } // __construct()