summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-06 11:16:49 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-06 11:16:49 +0100
commit7eaf3d147420cb0a99296bafe91ac62be0700dcb (patch)
treefca19e71bd217c0e2e6d554db7849c2e22949e06 /phpfspot.class.php
parentc25e4819d4fa98ce34f938d2f2baa2b9e5555c24 (diff)
fixed height of thumbnail boxes
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php
index b9ed198..f686321 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -1094,8 +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('thumb_container_width', $this->cfg->thumb_width);
+ $this->tmpl->assign('thumb_container_height', $this->cfg->thumb_height+20);
$this->tmpl->assign('images', $images);
$this->tmpl->assign('img_width', $img_width);
$this->tmpl->assign('img_height', $img_height);