diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/template_picture.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/template_picture.html b/templates/template_picture.html index bce658e..973ef2b 100644 --- a/templates/template_picture.html +++ b/templates/template_picture.html @@ -34,11 +34,11 @@ <!-- ## Image --> <div class="img_preview"> <a href="$(LINK_NEXT)"><img src="$(IMG_SRC)" width="$(IMG_SIZE_W)" height="$(IMG_SIZE_H)" alt="" id="$(value(BORDER_STYLE))" /></a> - <!-- $(BEGIN_IMG_FULLSIZE_LINK) --> + <!-- $(ifdef(HAS_FULLSIZE)) --> <div class="img_preview_full"> <a href="$(IMG_SRC_FULL)">See original size (<!-- $(IMG_SIZE_ORIG_W) -->x<!-- $(IMG_SIZE_ORIG_H) -->)</a> </div> - <!-- $(END_IMG_FULLSIZE_LINK) --> + <!-- $(endif(HAS_FULLSIZE)) --> </div> <!-- $(ifdef(SHOW_EXIF_TABLE)) --> |
