diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-10-26 15:28:11 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-10-26 15:28:11 +0100 |
commit | 32a0f5b04ad5969f00313ceecc0195107707603d (patch) | |
tree | d97c34cf92d663a10399e2d33437f40da3dfe822 /view/tpl | |
parent | 3bc6190bddc2eeec808ced7958796c9ad41bbc12 (diff) | |
parent | 4fb9571136eaa659cfe5cdfd9185acd92be527eb (diff) | |
download | volse-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')
-rwxr-xr-x | view/tpl/photo_album.tpl | 12 | ||||
-rwxr-xr-x | view/tpl/photos_recent.tpl | 12 |
2 files changed, 14 insertions, 10 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> 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> |