diff options
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> |