diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-01 16:17:35 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-01 20:13:15 +0100 |
commit | 131666c458388902ed2b28dff2b7101aac661e1e (patch) | |
tree | 77d406300e95544c5f9647510d95ff70d6029950 /phpfspot.class.php | |
parent | 588fd031d13053af2008a74a0292a95595c7c02a (diff) |
issue59, thumbnail matrix is now also free off HTML tables
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index 9e78d1d..99f5a17 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -1094,6 +1094,8 @@ 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('thumb_container_width', $this->cfg->thumb_width+20); + $this->tmpl->assign('thumb_container_height', $this->cfg->thumb_height); $this->tmpl->assign('images', $images); $this->tmpl->assign('img_width', $img_width); $this->tmpl->assign('img_height', $img_height); |