diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-03-29 12:11:33 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-03-29 12:11:33 +0100 |
commit | b7a43526958fc12ce7d0e42b8023db52cb25f140 (patch) | |
tree | 1badbdc3ad3e1588faf0c5e0b43738cbb7007fcd /phpfspot.class.php | |
parent | 38b33998a89dc05f4fc7c90ba6eabb29301f131a (diff) | |
parent | 072aed3d53445a6b09edabf1551706de4c3f1cb1 (diff) |
Merge branch 'master' into nefformat
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index 8260cc9..b5034e7 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)); |