diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-01 10:12:10 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-01 10:12:10 +0000 |
commit | 5d397db3e6ff4dc02bf989bb64945e990d2c9da2 (patch) | |
tree | bc64dd21a52ca279bfeaaf21951655ce11a45ae0 /templates | |
parent | 583a68ff5ba655aeb17e3f09a5945aa735b91774 (diff) |
issue20, jumping back to the right multipage is now possible
git-svn-id: file:///var/lib/svn/phpfspot/trunk@155 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/single_photo.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 536f1db..b93803f 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -38,7 +38,7 @@ { /if } </td> <td style="text-align: center; width: 33%;"> - <a href="javascript:showPhotoIndex();"> + <a href="javascript:showPhotoIndex({$current});"> <img src="resources/arrow_up.png" alt="photo index" /> </a> </td> |