From: Andreas Unterkircher Date: Sat, 29 Mar 2008 10:44:51 +0000 (+0100) Subject: issue112, preload previous and next photo in single-photo view X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072aed3d53445a6b09edabf1551706de4c3f1cb1;p=phpfspot.git issue112, preload previous and next photo in single-photo view Signed-off-by: Andreas Unterkircher --- diff --git a/phpfspot.class.php b/phpfspot.class.php index be752ee..3b4a62e 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -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)); diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index ea513d9..a16776e 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -103,6 +103,13 @@