aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_album.tpl
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2015-10-26 15:28:11 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2015-10-26 15:28:11 +0100
commit32a0f5b04ad5969f00313ceecc0195107707603d (patch)
treed97c34cf92d663a10399e2d33437f40da3dfe822 /view/tpl/photo_album.tpl
parent3bc6190bddc2eeec808ced7958796c9ad41bbc12 (diff)
parent4fb9571136eaa659cfe5cdfd9185acd92be527eb (diff)
downloadvolse-hubzilla-32a0f5b04ad5969f00313ceecc0195107707603d.tar.gz
volse-hubzilla-32a0f5b04ad5969f00313ceecc0195107707603d.tar.bz2
volse-hubzilla-32a0f5b04ad5969f00313ceecc0195107707603d.zip
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'view/tpl/photo_album.tpl')
-rwxr-xr-xview/tpl/photo_album.tpl12
1 files changed, 7 insertions, 5 deletions
diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl
index 0ce9c36a8..d22f82f8e 100755
--- a/view/tpl/photo_album.tpl
+++ b/view/tpl/photo_album.tpl
@@ -18,11 +18,13 @@
</div>
{{$upload_form}}
{{$album_edit.1}}
- <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>