diff options
author | Friendika <info@friendika.com> | 2011-09-30 00:56:24 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-30 00:56:24 -0700 |
commit | 30b7c689292b3a5d06fb9c52a369b53ecb05e57f (patch) | |
tree | 6813c160e32181f7e0ca800b5d069c13ca21b1ee /view/photo_album.tpl | |
parent | 52557b011d2c05e83b1df91d2d766317dd2c5223 (diff) | |
parent | 6f610eb614f5d80c3a8dc1f69832dc9032876f6f (diff) | |
download | volse-hubzilla-30b7c689292b3a5d06fb9c52a369b53ecb05e57f.tar.gz volse-hubzilla-30b7c689292b3a5d06fb9c52a369b53ecb05e57f.tar.bz2 volse-hubzilla-30b7c689292b3a5d06fb9c52a369b53ecb05e57f.zip |
Merge pull request #10 from duthied/master
UI work on testbubble theme + core tpl files
Diffstat (limited to 'view/photo_album.tpl')
-rw-r--r-- | view/photo_album.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/photo_album.tpl b/view/photo_album.tpl index fab7d7254..e3f2ba91c 100644 --- a/view/photo_album.tpl +++ b/view/photo_album.tpl @@ -1,6 +1,6 @@ <div class="photo-album-image-wrapper" id="photo-album-image-wrapper-$id"> <a href="$photolink" class="photo-album-photo-link" id="photo-album-photo-link-$id" title="$phototitle"> - <img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-album-photo" id="photo-album-photo-$id" /> + <img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-album-photo lframe resize" id="photo-album-photo-$id" /> <p class='caption'>$desc</p> </a> |