aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photos_recent.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-10-26 17:00:09 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-10-26 17:00:09 -0700
commitbe98466b0dd814b7c20c1ab68bc2f3ef34ed282c (patch)
tree9e420166d400bc27ef6f06776f31ac57fda6fbfe /view/tpl/photos_recent.tpl
parent0fd60d1e80393eb1f1d778c7ce8dfec9fb86eda5 (diff)
parent35857931efa5fb9fa3fc660f4992879249ce5f0b (diff)
downloadvolse-hubzilla-be98466b0dd814b7c20c1ab68bc2f3ef34ed282c.tar.gz
volse-hubzilla-be98466b0dd814b7c20c1ab68bc2f3ef34ed282c.tar.bz2
volse-hubzilla-be98466b0dd814b7c20c1ab68bc2f3ef34ed282c.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/tpl/photos_recent.tpl')
-rwxr-xr-xview/tpl/photos_recent.tpl12
1 files changed, 7 insertions, 5 deletions
diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl
index 15faa4a34..46ac65e87 100755
--- a/view/tpl/photos_recent.tpl
+++ b/view/tpl/photos_recent.tpl
@@ -7,11 +7,13 @@
<div class="clear"></div>
</div>
{{$upload_form}}
- <div id="photo-album-contents">
- {{foreach $photos as $photo}}
- {{include file="photo_top.tpl"}}
- {{/foreach}}
- <div id="page-end"></div>
+ <div class="section-content-wrapper-np">
+ <div id="photo-album-contents">
+ {{foreach $photos as $photo}}
+ {{include file="photo_top.tpl"}}
+ {{/foreach}}
+ <div id="page-end"></div>
+ </div>
</div>
</div>
<div class="photos-end"></div>