]> git.decadent.org.uk Git - memories.git/blob - templates/photo/recent
Branched from version 1.1.
[memories.git] / templates / photo / recent
1 [% INCLUDE header %]
2 [% PROCESS macros %]
3 <h1> Recent photos </h1>
4 <table class="userlist">
5 [% WHILE photos.size > 0 %]
6 [% SET triple = photos.splice(0,3) %]
7     <tr>
8         [% FOR photo = triple %]
9         <td> 
10         [% thumb(photo, 1) %]
11         </td>
12         [% END %]
13     </tr>
14 [% END %]
15 </table>
16
17 [% INCLUDE pager %]
18 [% INCLUDE footer %]