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