]> git.mxchange.org Git - friendica.git/blob - view/smarty3/photos_recent.tpl
Merge pull request #552 from annando/master
[friendica.git] / view / smarty3 / photos_recent.tpl
1 <h3>{{$title}}</h3>
2 {{if $can_post}}
3 <a id="photo-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a>
4 {{/if}}
5
6 <div class="photos">
7 {{foreach $photos as $ph}}
8         {{include file="file:{{$photo_top}}" photo=$ph}}
9 {{/foreach}}
10 </div>
11 <div class="photos-end"></div>