summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-15 19:33:06 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-15 19:33:06 +0100
commitb8e94789af7969321cd895d1cef5d175074afcbb (patch)
tree38cf4df3adc9fd889e81e084dc96a51f3b6abcd1 /themes/default
parenta65027a61ac189bc723710454401f95f1dba6b21 (diff)
auto-move browser window up when displaying single photo and the user has scrolled far down before
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
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 4bc61d1..19329cc 100644
--- a/themes/default/templates/single_photo.tpl
+++ b/themes/default/templates/single_photo.tpl
@@ -66,7 +66,7 @@
{ if $next_url == "" }
<a href="javascript:showPhotoIndex();" onclick="click(this);">
{ else }
- <a href="{$next_url}" onclick="click(this);" title="click for the next photo">
+ <a href="{$next_url}" onclick="click(this);" title="click for the next photo" name="image">
{ /if }
<img src="{$image_url}" width="{$width}" height="{$height}" alt="{$image_filename}" />
</a>