]> git.decadent.org.uk Git - memories.git/blobdiff - templates/photo/recent
Add interface to "most popular photos"
[memories.git] / templates / photo / recent
diff --git a/templates/photo/recent b/templates/photo/recent
deleted file mode 100644 (file)
index 37d1ae3..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-[% INCLUDE header %]
-[% PROCESS macros %]
-<h1> Recent photos </h1>
-<table class="userlist">
-[% WHILE photos.size > 0 %]
-[% SET triple = photos.splice(0,3) %]
-    <tr>
-        [% FOR photo = triple %]
-        <td> 
-        [% thumb(photo, 1) %]
-        </td>
-        [% END %]
-    </tr>
-[% END %]
-</table>
-
-[% INCLUDE pager %]
-[% INCLUDE footer %]