aboutsummaryrefslogtreecommitdiffstats
path: root/view/photos_recent.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/photos_recent.tpl')
-rw-r--r--view/photos_recent.tpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/view/photos_recent.tpl b/view/photos_recent.tpl
deleted file mode 100644
index 1df78cb7b..000000000
--- a/view/photos_recent.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-<h3>$title</h3>
-{{ if $can_post }}
-<a id="photo-top-upload-link" href="$upload.1">$upload.0</a>
-{{ endif }}
-
-<div class="photos">
-{{ for $photos as $photo }}
- {{ inc photo_top.tpl }}{{ endinc }}
-{{ endfor }}
-</div>
-<div class="photos-end"></div>