diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 19:14:48 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 19:14:48 +0200 |
| commit | ee24863518448604b5600ab1e426d818975a76bb (patch) | |
| tree | 3fb243cc6829eb2c81b2a94d62b95efe79e38c1d /templates | |
| parent | 0c2ec4f8a357b8add78bce44a298225c00c4e16e (diff) | |
| download | cataract-ee24863518448604b5600ab1e426d818975a76bb.tar.xz | |
Port fullsize image link to the new defines system
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)) --> |
