issue112, preload previous and next photo in single-photo view
[phpfspot.git] / phpfspot.class.php
index be752eedda5fbd7368de4f6d5a08535a2790c3b2..3b4a62e9166abc2a420de0780bcd9b4fea7cb60f 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));