diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-29 17:57:36 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-29 17:57:36 +0100 |
| commit | 448f785c5fba56ab3e5bf01b05e7827ed4321e6a (patch) | |
| tree | 80ae5a03f1c3ab30fa126677277898c516cb7df3 /share | |
| parent | 9bf8f9ba9f5e957f77a894fb08235e3fe0904646 (diff) | |
theoretically i can include tarballs in photoalbums now
Diffstat (limited to 'share')
| -rw-r--r-- | share/templates/footer.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/footer.tmpl b/share/templates/footer.tmpl index fa9f675..0de72ce 100644 --- a/share/templates/footer.tmpl +++ b/share/templates/footer.tmpl @@ -3,9 +3,9 @@ cat <<END <hr /> END -if [ "${INCLUDETARBALL}" = 'yes' ]; then +if [ "${TARBALL_INCLUDE}" = 'yes' ]; then cat <<END -Download all photos in original size <a href='../${TARBALLNAME}${TARBALLSUFFIX}'>here</a><br /><br /> +Download all photos in original size <a href='../${TARBALL_NAME}'>here</a><br /><br /> END fi |
