Include album creation form when showing an album.
[Sone.git] / src / main / resources / templates / imageBrowser.html
index fae4026..c2b3785 100644 (file)
                                <%/foreach>
                        </div>
 
+                       <%include include/createAlbum.html>
+
                <%/if>
 
+       <%elseif imageRequested>
+
+       <%else>
+
+               <%include include/createAlbum.html>
+
        <%/if>
 
 <%include include/tail.html>