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