diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-09 10:15:23 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-09 10:15:23 +0200 |
| commit | cd3e338ef309f389adef386b8ece02f919d01693 (patch) | |
| tree | 26d894eb706ccc0d3526c9b8dbec1abba86782aa /share/templates/default/preview.tmpl | |
| parent | 8966330880e0d6aa1ad59ae4599b0dfd3fb425b2 (diff) | |
refactor
Diffstat (limited to 'share/templates/default/preview.tmpl')
| -rw-r--r-- | share/templates/default/preview.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/default/preview.tmpl b/share/templates/default/preview.tmpl index 646fc5c..feaa1cf 100644 --- a/share/templates/default/preview.tmpl +++ b/share/templates/default/preview.tmpl @@ -1,5 +1,5 @@ cat <<END -<a name='$photo' href='${BACKHREF}/${HTML_DIR}/${num}-${i}.html'> - <img border='0' src='${BACKHREF}/${THUMBS_DIR}/$photo' /> +<a name='${photo}' href='${backhref}/${html_dir}/${num}-${i}.html'> + <img border='0' src='${backhref}/${thumbs_dir}/${photo}' /> </a> END |
