friendica/view/smarty3/photos_recent.tpl

17 lines
353 B
Smarty
Raw Normal View History

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
2013-01-11 18:00:10 +01:00
*}}
<h3>{{$title}}</h3>
2012-12-22 20:57:29 +01:00
{{if $can_post}}
<a id="photo-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a>
{{/if}}
<div class="photos">
2013-01-12 13:58:54 +01:00
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
2012-12-22 20:57:29 +01:00
{{/foreach}}
</div>
<div class="photos-end"></div>