summaryrefslogtreecommitdiff
path: root/templates/template-album.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/template-album.tmpl')
-rw-r--r--templates/template-album.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl
index f8e0a06..355c290 100644
--- a/templates/template-album.tmpl
+++ b/templates/template-album.tmpl
@@ -24,7 +24,7 @@
<!-- ## Description -->
<div class="desc">
<!-- $(BEGIN_GO_UP) -->
-<div class="desc_date">:. <a href="../index.html" id="exif_line_a">Go Up</a><br /><br /><br /></div>
+<div class="desc_date">:. <a href="$(GO_UP_LINK)" id="exif_line_a">Go Up</a><br /><br /><br /></div>
<!-- $(END_GO_UP) -->
<!-- $(TITLE) -->
<div class="desc_text"><!-- $(DESCRIPTION) --></div>
@@ -35,7 +35,7 @@
<div class="bigthumbnails">
<!-- $(BEGIN_IMG_LIST) -->
<!-- $(BEGIN_IMG_LIST_LANDSCAPE) -->
- <div class="one_thumbnail">
+ <div class="one_thumbnail" id="<!-- $(IMG_LIST_ID) -->">
<a href="<!-- $(IMG_SUBPAGE) -->">
<img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" /><br />
<span class="thumb_name"><!-- $(IMG_FILENAME) --></span>
@@ -43,7 +43,7 @@
</div>
<!-- $(END_IMG_LIST_LANDSCAPE) -->
<!-- $(BEGIN_IMG_LIST_PORTRAIT) -->
- <div class="one_thumbnail">
+ <div class="one_thumbnail" id="<!-- $(IMG_LIST_ID) -->">
<a href="<!-- $(IMG_SUBPAGE) -->">
<img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" class="portrait" /><br />
<span class="thumb_name"><!-- $(IMG_FILENAME) --></span>