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/default.xml | |
| parent | a894e2f163153553e5ac32a1f2600315971e13c4 (diff) | |
| download | cataract-b960b2a4579bf5cd25124191ff37c5ad30a529ff.tar.xz | |
Port EXIF table visibility switch to the new defines system
Diffstat (limited to 'templates/default.xml')
| -rw-r--r-- | templates/default.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/default.xml b/templates/default.xml index 83a1c1a..826133a 100644 --- a/templates/default.xml +++ b/templates/default.xml @@ -99,6 +99,8 @@ <!-- image border style, overriden by <border style> tags from the album source file --> <define name="BORDER_STYLE" value="border_single" /> + <!-- show EXIF table in single photo view (comment out to hide it) --> + <define name="SHOW_EXIF_TABLE" /> </theme> <!-- Here you can define another theme, with different templates etc. |
