]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/photos_recent.tpl
Merge pull request #3469 from Quix0r/rewrites/coding-convention-split2-5-2
[friendica.git] / view / theme / frio / templates / photos_recent.tpl
1
2 <div class="generic-page-wrapper">
3
4         <h3>{{$title}}</h3>
5
6         {{if $can_post}}
7         <a id="photo-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a>
8         {{/if}}
9
10         <div id="photo-album-contents" class="photos">
11         {{foreach $photos as $photo}}
12                 {{include file="photo_top.tpl"}}
13         {{/foreach}}
14         </div>
15         <div class="photos-end"></div>
16
17         {{$paginate}}
18 </div>
19
20 <script>$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script>