diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-03-27 20:00:42 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-03-27 20:00:42 +0100 |
commit | 33c1f8bce22a28384068c908b909ca7dcd544a1a (patch) | |
tree | d511a1b20b658598948a9059208328216a7b8a2c /phpfspot_tmpl.php | |
parent | 83c6d45d82665bc94de4e589691ae6e733ae4dbe (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.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) |