fixed height of thumbnail boxes
authorAndreas Unterkircher <unki@netshadow.at>
Sun, 6 Jan 2008 10:16:49 +0000 (11:16 +0100)
committerAndreas Unterkircher <unki@netshadow.at>
Sun, 6 Jan 2008 10:16:49 +0000 (11:16 +0100)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
phpfspot.class.php

index b9ed198e1574e3845204ce2f500af00d720b9d1b..f68632184a730dd3b5b4ce90195dcc2187e9be06 100644 (file)
@@ -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);