]> git.decadent.org.uk Git - memories.git/blobdiff - templates/photo/paged
Always used the "paged" template for multiple photo display. Fixes #19.
[memories.git] / templates / photo / paged
index 8009fe8655bc1b939731b9332d616ee0ee000a79..549682dc961417a6466e77e34618a6406f94d8dc 100644 (file)
@@ -1,6 +1,6 @@
 [% INCLUDE header %]
 [% PROCESS macros %]
-<h1> Most [% request.action %] photos </h1>
+<h1> [% IF title; title | html; ELSE %] Most [% request.action %] photos [% END %]</h1>
 <table class="userlist">
 [% WHILE photos.size > 0 %]
 [% SET triple = photos.splice(0,3) %]