diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/templates/single_photo.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index 19329cc..2032f52 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -64,9 +64,9 @@ <div style="text-align: left; margin-top: 20px; margin-left: 20px;"> { if $next_url == "" } - <a href="javascript:showPhotoIndex();" onclick="click(this);"> + <a href="javascript:showPhotoIndex();" onclick="click(this);" name="photo"> { else } - <a href="{$next_url}" onclick="click(this);" title="click for the next photo" name="image"> + <a href="{$next_url}" onclick="click(this);" title="click for the next photo" name="photo"> { /if } <img src="{$image_url}" width="{$width}" height="{$height}" alt="{$image_filename}" /> </a> |