diff options
Diffstat (limited to 'view/photos_recent.tpl')
-rw-r--r-- | view/photos_recent.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/photos_recent.tpl b/view/photos_recent.tpl new file mode 100644 index 000000000..b8cb924b7 --- /dev/null +++ b/view/photos_recent.tpl @@ -0,0 +1,10 @@ +<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> |