diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 19:04:08 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 19:04:08 +0200 |
| commit | 0c2ec4f8a357b8add78bce44a298225c00c4e16e (patch) | |
| tree | f5a09896d32db4979e992dcb848e3aa8710a3110 /templates/default.xml | |
| parent | b960b2a4579bf5cd25124191ff37c5ad30a529ff (diff) | |
| download | cataract-0c2ec4f8a357b8add78bce44a298225c00c4e16e.tar.xz | |
Port Go Up link to the new defines system
Diffstat (limited to 'templates/default.xml')
| -rw-r--r-- | templates/default.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/default.xml b/templates/default.xml index 826133a..c6cbd70 100644 --- a/templates/default.xml +++ b/templates/default.xml @@ -101,6 +101,12 @@ <define name="BORDER_STYLE" value="border_single" /> <!-- show EXIF table in single photo view (comment out to hide it) --> <define name="SHOW_EXIF_TABLE" /> + <!-- show "Go Up..." links if not top-level --> + <define name="SHOW_GO_UP" /> + + <!-- Other defines set by the generator: + IS_ROOT - indicates whether the index/album page is a main (root) page + --> </theme> <!-- Here you can define another theme, with different templates etc. |
