From 33c1f8bce22a28384068c908b909ca7dcd544a1a Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Thu, 27 Mar 2008 20:00:42 +0100 Subject: adding lightbox2 for a preview effect out of the photo index 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 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) -- cgit v1.2.3-18-g5258