summaryrefslogtreecommitdiff
path: root/share/templates/default/index-preview.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'share/templates/default/index-preview.tmpl')
-rw-r--r--share/templates/default/index-preview.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/templates/default/index-preview.tmpl b/share/templates/default/index-preview.tmpl
index 6a5dbc5..a4cc0a4 100644
--- a/share/templates/default/index-preview.tmpl
+++ b/share/templates/default/index-preview.tmpl
@@ -1,6 +1,6 @@
cat <<END
-<h2>Album ${ALBUM} (${DESCRIPTION})</h2>
-<a name='${ALBUM}' href='${ALBUM}/index.html'>
- <img border='0' src='${BACKHREF}/${RANDOM_THUMB}' />
+<h2>Album ${album} (${description})</h2>
+<a name='${album}' href='${album}/index.html'>
+ <img border='0' src='${backhref}/${random_thumb}' />
</a>
END