summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-03-29 11:44:51 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-03-29 11:44:51 +0100
commit072aed3d53445a6b09edabf1551706de4c3f1cb1 (patch)
treec89e407e473b2c8259c8766496587d69226cc086 /phpfspot.class.php
parent5a118f1db16afd22cb3c066f07cc6333fa0f96b6 (diff)
issue112, preload previous and next photo in single-photo view
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php1
1 files changed, 1 insertions, 0 deletions
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));