Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
$this->tmpl->show("single_photo.tpl");
+ print "<script language=\"JavaScript\">self.location.hash = '#image';</script>\n";
+
} // showPhoto()
/**
{ 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>