aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photos_recent.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-26 14:19:46 +0100
committerMario Vavti <mario@mariovavti.com>2015-10-26 14:19:46 +0100
commite70bb371d91ac14f6c22868d4fcc76208bdace02 (patch)
treeb0f58bb53360f8b3a2266b5c7746c5e1bf3e9992 /view/tpl/photos_recent.tpl
parenta498fc8e72bd22dd0850bf2e8e75752724df8046 (diff)
downloadvolse-hubzilla-e70bb371d91ac14f6c22868d4fcc76208bdace02.tar.gz
volse-hubzilla-e70bb371d91ac14f6c22868d4fcc76208bdace02.tar.bz2
volse-hubzilla-e70bb371d91ac14f6c22868d4fcc76208bdace02.zip
bring back item transparency
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>