From 131666c458388902ed2b28dff2b7101aac661e1e Mon Sep 17 00:00:00 2001
From: Andreas Unterkircher <unki@netshadow.at>
Date: Tue, 1 Jan 2008 16:17:35 +0100
Subject: issue59, thumbnail matrix is now also free off HTML tables

---
 phpfspot.class.php | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'phpfspot.class.php')

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);
-- 
cgit v1.2.3-18-g5258