summaryrefslogtreecommitdiff
path: root/share/templates/default/footer.tmpl
blob: a6b5c78ee3e2bab12d90c7724fa876c7ec003902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cat <<END
</p>
<hr />
END

if [ "${TARBALL_INCLUDE}" = 'yes' ]; then
cat <<END
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 and ImageMagick at $(uname); &lt;photoalbum@mx.buetow.org&gt;
</body>
</html>
END