diff options
Diffstat (limited to 'view/tpl/smarty3/photos_recent.tpl')
-rw-r--r-- | view/tpl/smarty3/photos_recent.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/tpl/smarty3/photos_recent.tpl b/view/tpl/smarty3/photos_recent.tpl new file mode 100644 index 000000000..43a22a017 --- /dev/null +++ b/view/tpl/smarty3/photos_recent.tpl @@ -0,0 +1,11 @@ +<h3>{{$title}}</h3> +{{if $can_post}} +<a id="photo-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a> +{{/if}} + +<div class="photos"> +{{foreach $photos as $photo}} + {{include file="photo_top.tpl"}} +{{/foreach}} +</div> +<div class="photos-end"></div> |