aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_top.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-03 14:57:29 -0800
committerfriendica <info@friendica.com>2013-11-03 14:57:29 -0800
commit4d470f2d7017fcee94d0d5a548ff40018b358542 (patch)
tree23c3315ea4904ea9d00dc97bd5d6b15d29cae06c /view/tpl/photo_top.tpl
parent5ba813397b7112df64e35ee45eef1c2f0b12d617 (diff)
downloadvolse-hubzilla-4d470f2d7017fcee94d0d5a548ff40018b358542.tar.gz
volse-hubzilla-4d470f2d7017fcee94d0d5a548ff40018b358542.tar.bz2
volse-hubzilla-4d470f2d7017fcee94d0d5a548ff40018b358542.zip
add sloppy photo setting and fix default navbar hide setting
Diffstat (limited to 'view/tpl/photo_top.tpl')
-rwxr-xr-xview/tpl/photo_top.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/photo_top.tpl b/view/tpl/photo_top.tpl
index 902f74232..944928f85 100755
--- a/view/tpl/photo_top.tpl
+++ b/view/tpl/photo_top.tpl
@@ -1,6 +1,6 @@
-<div class="photo-top-image-wrapper lframe" id="photo-top-image-wrapper-{{$photo.id}}">
+<div class="photo-top-image-wrapper lframe {{$photo.twist}}" id="photo-top-image-wrapper-{{$photo.id}}">
<a href="{{$photo.link}}" class="photo-top-photo-link" id="photo-top-photo-link-{{$photo.id}}" title="{{$photo.title}}">
- <img src="{{$photo.src}}" alt="{{$photo.alt}}" title="{{$photo.title}}" class="photo-top-photo{{$photo.twist}}" id="photo-top-photo-{{$photo.id}}" />
+ <img src="{{$photo.src}}" alt="{{$photo.alt}}" title="{{$photo.title}}" class="photo-top-photo" id="photo-top-photo-{{$photo.id}}" />
</a>
<div class="photo-top-album-name"><a href="{{$photo.album.link}}" class="photo-top-album-link" title="{{$photo.album.alt}}" >{{$photo.album.name}}</a></div>
</div>