aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photos_recent.tpl
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-09-11 18:45:22 +1000
committerRedMatrix <info@friendica.com>2014-09-11 18:45:22 +1000
commit46fd0ef5ba206c1504f353617b31904b8f173e82 (patch)
tree311afb757625dcdb813bda529fb4eb86791e1701 /view/tpl/photos_recent.tpl
parent8bf4b5e7768c13d89e8080aeb7baef38b09b5ca8 (diff)
parent3caee72aee3d5008f954e3ccf1dc2b61fedf23d8 (diff)
downloadvolse-hubzilla-46fd0ef5ba206c1504f353617b31904b8f173e82.tar.gz
volse-hubzilla-46fd0ef5ba206c1504f353617b31904b8f173e82.tar.bz2
volse-hubzilla-46fd0ef5ba206c1504f353617b31904b8f173e82.zip
Merge pull request #587 from git-marijus/master
try once more :)
Diffstat (limited to 'view/tpl/photos_recent.tpl')
-rwxr-xr-xview/tpl/photos_recent.tpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl
index 386979de5..0f86a635d 100755
--- a/view/tpl/photos_recent.tpl
+++ b/view/tpl/photos_recent.tpl
@@ -3,12 +3,14 @@
<a id="photo-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a>
{{/if}}
-<div id="photo-album-contents" class="photos">
+<div id="photo-album-contents-{{$page}}">
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
{{/foreach}}
-<div id="page-end"></div>
+
</div>
+<script>justifyPhotos({{$page}});</script>
+<div id="page-end"></div>
<div class="photos-end"></div>
<script>$(document).ready(function() { loadingPage = false;});</script>
<div id="page-spinner"></div>