diff options
Diffstat (limited to 'share/templates/default/footer.tmpl')
| -rw-r--r-- | share/templates/default/footer.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/default/footer.tmpl b/share/templates/default/footer.tmpl index 0de72ce..18e3512 100644 --- a/share/templates/default/footer.tmpl +++ b/share/templates/default/footer.tmpl @@ -5,12 +5,12 @@ END if [ "${TARBALL_INCLUDE}" = 'yes' ]; then cat <<END -Download all photos in original size <a href='../${TARBALL_NAME}'>here</a><br /><br /> +Download all photos in original size <a href='${BACKHREF}/${TARBALL_NAME}'>here</a><br /><br /> END fi cat <<END -Page generated at $(date) using Bash, ImageMagick and Git at $(uname); <photoalbum@mx.buetow.org> +Page generated at $(date) using Bash and ImageMagick at $(uname); <photoalbum@mx.buetow.org> </body> </html> END |
