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.tmpl13
1 files changed, 10 insertions, 3 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl
index c018057..aaff9ef 100644
--- a/templates/template-album.tmpl
+++ b/templates/template-album.tmpl
@@ -40,7 +40,7 @@
<img src="$(IMG_THUMBNAIL)" alt="$(IMG_TITLE)" />
<span class="album_thumb_text"><!-- $(IMG_FILENAME) --></span>
</a>
- </div>
+ </div>
<!-- $(END_IMG_LIST_LANDSCAPE) -->
<!-- $(BEGIN_IMG_LIST_PORTRAIT) -->
<div class="album_item" id="$(IMG_LIST_ID)">
@@ -48,8 +48,16 @@
<img src="$(IMG_THUMBNAIL)" alt="$(IMG_TITLE)" class="portrait" />
<span class="album_thumb_text"><!-- $(IMG_FILENAME) --></span>
</a>
- </div>
+ </div>
<!-- $(END_IMG_LIST_PORTRAIT) -->
+ <!-- $(BEGIN_IMG_LIST_SQUARED) -->
+ <div class="album_item" id="$(IMG_LIST_ID)">
+ <a href="$(IMG_SUBPAGE)">
+ <img src="$(IMG_THUMBNAIL)" alt="$(IMG_TITLE)" class="squared" />
+ <span class="album_thumb_text"><!-- $(IMG_FILENAME) --></span>
+ </a>
+ </div>
+ <!-- $(END_IMG_LIST_SQUARED) -->
<!-- $(BEGIN_LIST_SEPARATOR) -->
<div class="separators">
<div class="index_separator"><!-- $(LIST_SEPARATOR_TITLE) --></div>
@@ -75,4 +83,3 @@
</body>
</html>
-