]> git.mxchange.org Git - friendica.git/blob - view/photos_recent.tpl
Merge remote branch 'upstream/master'
[friendica.git] / view / 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 {{ endif }}
5
6 <div class="photos">
7 {{ for $photos as $photo }}
8         {{ inc photo_top.tpl }}{{ endinc }}
9 {{ endfor }}
10 </div>
11 <div class="photos-end"></div>