From: David ‘Bombe’ Roden Date: Wed, 21 Sep 2011 05:48:04 +0000 (+0200) Subject: Add album title below image. X-Git-Tag: 0.7^2~2^2~57 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=7d05fc1e9e953473e0e107257a1363433d444d9b Add album title below image. --- diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 45836db..c205877 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -75,6 +75,8 @@ <%else> <% album.albumImage|image-link max-width=200 max-height=150 title==album.title> <%/if> +
+ <% album.title|html> <%/foreach> @@ -236,6 +238,8 @@ <%else> <% album.albumImage|image-link max-width=200 max-height=150 title==album.title> <%/if> +
+ <% album.title|html> <%/foreach>