diff options
Diffstat (limited to 'templates/template-index.tmpl')
| -rw-r--r-- | templates/template-index.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl index 684482b..f335014 100644 --- a/templates/template-index.tmpl +++ b/templates/template-index.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="albumlist"> <!-- $(BEGIN_IMG_LIST) --> <!-- $(BEGIN_IMG_LIST_LANDSCAPE) --> - <div class="one_album"> + <div class="one_album" id="<!-- $(IMG_LIST_ID) -->"> <a href="<!-- $(ALBUM_SUBPATH) -->"> <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" /> <span class="album_text"><!-- $(IMG_TITLE) --></span><br /><br /><br /> @@ -45,7 +45,7 @@ </div> <!-- $(END_IMG_LIST_LANDSCAPE) --> <!-- $(BEGIN_IMG_LIST_PORTRAIT) --> - <div class="one_album"> + <div class="one_album" id="<!-- $(IMG_LIST_ID) -->"> <a href="<!-- $(ALBUM_SUBPATH) -->"> <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" /> <span class="album_text_portrait"><!-- $(IMG_TITLE) --></span><br /><br /><br /> |
