X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_tmpl.php;h=6794233bcfa5f88c05803c2a7b32b57978302b78;hp=e8cdc7731380b389cfd9ec7c99a6360ddf7aaf82;hb=7617d4479b5891e905956afa3e62d26df1271bf4;hpb=33c1f8bce22a28384068c908b909ca7dcd544a1a diff --git a/phpfspot_tmpl.php b/phpfspot_tmpl.php index e8cdc77..6794233 100644 --- a/phpfspot_tmpl.php +++ b/phpfspot_tmpl.php @@ -2,8 +2,9 @@ /*************************************************************************** * - * Copyright (c) by Andreas Unterkircher, unki@netshadow.at - * All rights reserved + * phpfspot, presents your F-Spot photo collection in Web browsers. + * + * Copyright (c) by Andreas Unterkircher * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,7 +39,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()