]> git.mxchange.org Git - friendica.git/blob - view/smarty3/photos_recent.tpl
template engine rework
[friendica.git] / view / smarty3 / photos_recent.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h3>{{$title}}</h3>
7 {{if $can_post}}
8 <a id="photo-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a>
9 {{/if}}
10
11 <div class="photos">
12 {{foreach $photos as $photo}}
13         {{include file="photo_top.tpl"}}
14 {{/foreach}}
15 </div>
16 <div class="photos-end"></div>