diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 18:45:55 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 18:45:55 +0200 |
| commit | b960b2a4579bf5cd25124191ff37c5ad30a529ff (patch) | |
| tree | 90a00c525ba7c667bd924bef593d36b6a34698d9 /templates/template_picture.html | |
| parent | a894e2f163153553e5ac32a1f2600315971e13c4 (diff) | |
| download | cataract-b960b2a4579bf5cd25124191ff37c5ad30a529ff.tar.xz | |
Port EXIF table visibility switch to the new defines system
Diffstat (limited to 'templates/template_picture.html')
| -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 d9b72b2..bce658e 100644 --- a/templates/template_picture.html +++ b/templates/template_picture.html @@ -41,7 +41,7 @@ <!-- $(END_IMG_FULLSIZE_LINK) --> </div> - <!-- $(BEGIN_EXIF_TABLE) --> + <!-- $(ifdef(SHOW_EXIF_TABLE)) --> <!-- ## EXIF --> <div class="exif"> <div id="exif_table" style="display: none;"> @@ -60,7 +60,7 @@ :: <a href="javascript: set_exif_table_visibility('yes'); write_exif_table_cookie('yes');">Show EXIF</a> </div> </div> - <!-- $(END_EXIF_TABLE) --> + <!-- $(endif(SHOW_EXIF_TABLE)) --> <!-- ## Footnote, also acts as a bottom border --> <div class="footnote"> |
