aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photos_recent.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-27 00:15:43 -0700
committerfriendica <info@friendica.com>2014-09-27 00:15:43 -0700
commit51c0904a8a32aba3f866d043f00d1b3934de9d94 (patch)
tree8e2a48b44caf5d0ab0aab9831fda7612822390d0 /view/tpl/photos_recent.tpl
parentfa019791fa4cd3f5ae4d3b0cf7b8cbef6483f6d6 (diff)
parent04e460c8f8915be3b7911bf0b9c9c0bcd8703e25 (diff)
downloadvolse-hubzilla-51c0904a8a32aba3f866d043f00d1b3934de9d94.tar.gz
volse-hubzilla-51c0904a8a32aba3f866d043f00d1b3934de9d94.tar.bz2
volse-hubzilla-51c0904a8a32aba3f866d043f00d1b3934de9d94.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/photos_recent.tpl')
-rwxr-xr-xview/tpl/photos_recent.tpl16
1 files changed, 7 insertions, 9 deletions
diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl
index fce518cfe..b4094512c 100755
--- a/view/tpl/photos_recent.tpl
+++ b/view/tpl/photos_recent.tpl
@@ -1,13 +1,11 @@
-<h3>{{$title}}</h3>
-{{if $can_post}}
-<a id="photo-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a>
-{{/if}}
-
+<div class="section-title-wrapper">
+ <h3>{{$title}}</h3>
+</div>
<div id="photo-album-contents">
-{{foreach $photos as $photo}}
- {{include file="photo_top.tpl"}}
-{{/foreach}}
-<div id="page-end"></div>
+ {{foreach $photos as $photo}}
+ {{include file="photo_top.tpl"}}
+ {{/foreach}}
+ <div id="page-end"></div>
</div>
<div class="photos-end"></div>
<script>$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script>