issue59, removed unkown div-object
[phpfspot.git] / phpfspot.class.php
index 9e78d1dcfe7ba06000fa5a7a19f1215cf3ac1eb0..99f5a173f97601e899b4ae593dcfb00aa0f32ef1 100644 (file)
@@ -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);