Merge branch 'master' into nefformat
[phpfspot.git] / phpfspot.class.php
index 8260cc967ddc21234094f6e76588acb31d272013..b5034e72026704cbb3014891c2b4d7eaac98ffe3 100644 (file)
@@ -546,6 +546,7 @@ class PHPFSPOT {
          $this->tmpl->assign('next_img', $next_img);
       }
       $this->tmpl->assign('mini_width', $this->cfg->mini_width);
+      $this->tmpl->assign('photo_width', $this->cfg->photo_width);
       $this->tmpl->assign('photo_number', $i);
       $this->tmpl->assign('photo_count', count($all_photos));