]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/photos_recent.tpl
Make frio more consistent by replacing textual links with icons everywhere. (#5415)
[friendica.git] / view / theme / frio / templates / photos_recent.tpl
index 894121fab0d7d98fc5785ebc5f6eea0746936ce6..62ed80431b6fdbfc54653f4294ab8aad7799bf86 100644 (file)
@@ -1,20 +1 @@
-
-<div class="generic-page-wrapper">
-
-       <h3>{{$title}}</h3>
-
-       {{if $can_post}}
-       <a id="photo-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a>
-       {{/if}}
-
-       <div id="photo-album-contents" class="photos">
-       {{foreach $photos as $photo}}
-               {{include file="photo_top.tpl"}}
-       {{/foreach}}
-       </div>
-       <div class="photos-end"></div>
-
-       {{$paginate}}
-</div>
-
-<script type="text/javascript">$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script>
+{{include file="photo_album.tpl" album=$title noorder=true}}