streams/view/tpl/smarty3/photos_recent.tpl

17 lines
353 B
Smarty
Raw Normal View History

2013-01-25 21:55:42 +00:00
{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
2013-01-11 17:00:26 +00:00
<h3>{{$title}}</h3>
2013-01-06 21:42:51 +00:00
{{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>