summaryrefslogtreecommitdiffstats
path: root/phpfspot_tmpl.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-03-27 20:00:42 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-03-27 20:00:42 +0100
commit33c1f8bce22a28384068c908b909ca7dcd544a1a (patch)
treed511a1b20b658598948a9059208328216a7b8a2c /phpfspot_tmpl.php
parent83c6d45d82665bc94de4e589691ae6e733ae4dbe (diff)
adding lightbox2 for a preview effect out of the photo index
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot_tmpl.php')
-rw-r--r--phpfspot_tmpl.php2
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)