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.tmpl20
1 files changed, 12 insertions, 8 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl
index 0e5eec3..7123b5a 100644
--- a/templates/template-album.tmpl
+++ b/templates/template-album.tmpl
@@ -34,16 +34,20 @@
<div class="album_thumbs">
<!-- $(BEGIN_IMG_LIST) -->
<!-- $(BEGIN_IMG_LIST_LANDSCAPE) -->
- <a class="album_item" href="<!-- $(IMG_SUBPAGE) -->" id="<!-- $(IMG_LIST_ID) -->">
- <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" />
- <span class="album_thumb_text"><!-- $(IMG_FILENAME) --></span>
- </a>
+ <div class="album_item" id="<!-- $(IMG_LIST_ID) -->">
+ <a href="<!-- $(IMG_SUBPAGE) -->">
+ <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" />
+ <span class="album_thumb_text"><!-- $(IMG_FILENAME) --></span>
+ </a>
+ </div>
<!-- $(END_IMG_LIST_LANDSCAPE) -->
<!-- $(BEGIN_IMG_LIST_PORTRAIT) -->
- <a class="album_item" href="<!-- $(IMG_SUBPAGE) -->" id="<!-- $(IMG_LIST_ID) -->">
- <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" class="portrait" />
- <span class="album_thumb_text"><!-- $(IMG_FILENAME) --></span>
- </a>
+ <div class="album_item" id="<!-- $(IMG_LIST_ID) -->">
+ <a href="<!-- $(IMG_SUBPAGE) -->">
+ <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" class="portrait" />
+ <span class="album_thumb_text"><!-- $(IMG_FILENAME) --></span>
+ </a>
+ </div>
<!-- $(END_IMG_LIST_PORTRAIT) -->
<!-- $(BEGIN_LIST_SEPARATOR) -->
<div class="separators">