diff options
Diffstat (limited to 'templates/template-view_photo.tmpl')
| -rw-r--r-- | templates/template-view_photo.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/template-view_photo.tmpl b/templates/template-view_photo.tmpl index 2cd9b5c..2cc78a5 100644 --- a/templates/template-view_photo.tmpl +++ b/templates/template-view_photo.tmpl @@ -37,7 +37,7 @@ <!-- ## Image --> <div id="img_preview"> - <a href="<!-- $(LINK_NEXT) -->" id="img_preview_a"><img src="<!-- $(IMG_SRC_BIG) -->" width="<!-- $(IMG_SIZE_BIG_W) -->" height="<!-- $(IMG_SIZE_BIG_H) -->" alt="" id="preview" /></a> + <a href="<!-- $(LINK_NEXT) -->" id="img_preview_a"><img src="<!-- $(IMG_SRC_BIG) -->" width="<!-- $(IMG_SIZE_BIG_W) -->" height="<!-- $(IMG_SIZE_BIG_H) -->" alt="" id="<!-- $(IMG_BORDER_STYLE) -->" /></a> <br /><br /> <!-- $(BEGIN_IMG_FULLSIZE_LINK) --> <a href="<!-- $(IMG_SRC_FULL) -->">See original size (<!-- $(IMG_SIZE_ORIG_W) -->x<!-- $(IMG_SIZE_ORIG_H) -->)</a> |
