diff options
-rw-r--r-- | themes/default/templates/photo_index.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index dff6ab1..ae0c62c 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -71,7 +71,7 @@ <img src="resources/arrow_right_gray.png" alt="last page reached" /> { /if } { else } - <a href="{$next_url}"> + <a href="{$next_url}" id="next_link" title="click for the next page (right cursor)"> <img src="resources/arrow_right.png" alt="next photo" /> </a> { /if} @@ -84,7 +84,7 @@ <img src="resources/arrow_left_gray.png" alt="first page reached" /> { /if } { else } - <a href="{$previous_url}"> + <a href="{$previous_url}" id="prev_link" title="click for the previous page (left cursor)"> <img src="resources/arrow_left.png" alt="previous photo" /> </a> { /if } |