summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/templates/single_photo.tpl2
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" />&nbsp;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}&amp;width={$mini_width}" /><br />
</a>
{ /if}