diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-09-29 09:03:30 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-09-29 09:03:30 +0200 |
commit | 47f38bc3abb175843fb664e9784b14df11130d0a (patch) | |
tree | 49b1398c0f71e79f7c77430384c8417a0c60e917 /view/photo_top.tpl | |
parent | 6cf5da1e4bc43d8446f5789bc93f82673ec64c2e (diff) | |
parent | 6d36fab90f378222db599cda62cceb46006f67e2 (diff) | |
download | volse-hubzilla-47f38bc3abb175843fb664e9784b14df11130d0a.tar.gz volse-hubzilla-47f38bc3abb175843fb664e9784b14df11130d0a.tar.bz2 volse-hubzilla-47f38bc3abb175843fb664e9784b14df11130d0a.zip |
Merge branch 'master' of git://github.com/friendika/Free-Friendika
Diffstat (limited to 'view/photo_top.tpl')
-rw-r--r-- | view/photo_top.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/photo_top.tpl b/view/photo_top.tpl index e2ebb6fd5..ab88c5ff5 100644 --- a/view/photo_top.tpl +++ b/view/photo_top.tpl @@ -1,5 +1,5 @@ -<div class="photo-top-image-wrapper" id="photo-top-image-wrapper-$id"> +<div class="photo-top-image-wrapper lframe" id="photo-top-image-wrapper-$id"> <a href="$photolink" class="photo-top-photo-link" id="photo-top-photo-link-$id" title="$phototitle"><img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-top-photo" id="photo-top-photo-$id" /></a> <div class="photo-top-album-name"><a href="$albumlink" class="photo-top-album-link" title="$albumalt" >$albumname</a></div> </div> |