aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photos_recent.tpl
blob: cb2411df344ced70620e4ea38d886347295054d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
<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>