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.class.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.class.php')
-rw-r--r-- | phpfspot.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index 088e74d..3e1bcee 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -1122,6 +1122,7 @@ class PHPFSPOT { $this->tmpl->assign('rss_link', $rss_link); $this->tmpl->assign('count', $count); $this->tmpl->assign('width', $this->cfg->thumb_width); + $this->tmpl->assign('preview_width', $this->cfg->photo_width); $this->tmpl->assign('thumb_container_width', $this->cfg->thumb_width); $this->tmpl->assign('thumb_container_height', $this->cfg->thumb_height+20); $this->tmpl->assign('images', $images); |