]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/photos_recent.tpl
Merge branch 'master' of ../save/merge/frio into frio_merge
[friendica.git] / view / theme / frio / 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 id="photo-album-contents" class="photos">
8 {{foreach $photos as $photo}}
9         {{include file="photo_top.tpl"}}
10 {{/foreach}}
11 </div>
12 <div class="photos-end"></div>
13
14 <script>$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script>