diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/templates/single_photo.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index 4e1a44e..c87118a 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -48,7 +48,7 @@ <hr> { if $prev_img } <u><img src="resources/photo.png" alt="photo icon" /> Previous:</u><br /> - <a href="{$previous_url}" onclick="click(this);"> + <a href="{$previous_url}" onclick="click(this);" id="prev_link"> <img src="phpfspot_img.php?idx={$prev_img}&width={$mini_width}" /><br /> </a> { /if} |