diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-21 20:39:19 -0700 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-21 20:39:19 -0700 |
commit | 294d39f96fc2660ae726aa3698b5c363dbe1df1f (patch) | |
tree | faefafdf089f8b2a45b9da253bb2b6b2f46c74c3 /view/theme/diabook-blue/photo_album.tpl | |
parent | c1d6ece98e9c0793432d1046033e0b8cb93e63bb (diff) | |
parent | 72d0756fa6a6118801ce9623aeacc760cbc93166 (diff) | |
download | volse-hubzilla-294d39f96fc2660ae726aa3698b5c363dbe1df1f.tar.gz volse-hubzilla-294d39f96fc2660ae726aa3698b5c363dbe1df1f.tar.bz2 volse-hubzilla-294d39f96fc2660ae726aa3698b5c363dbe1df1f.zip |
Merge pull request #155 from tomtom84/master
fixes in diabook-derivates
Diffstat (limited to 'view/theme/diabook-blue/photo_album.tpl')
-rwxr-xr-x | view/theme/diabook-blue/photo_album.tpl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/view/theme/diabook-blue/photo_album.tpl b/view/theme/diabook-blue/photo_album.tpl deleted file mode 100755 index 7e6c2f666..000000000 --- a/view/theme/diabook-blue/photo_album.tpl +++ /dev/null @@ -1,7 +0,0 @@ -<div class="photo-album-image-wrapper" id="photo-album-image-wrapper-$id"> - <a href="$imgsrc" rel="gallery" class="fancy-album" id="photo-album-photo-link-$id" title="$phototitle"> - <img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-album-photo lframe resize" id="photo-album-photo-$id" /> - <p class='caption'>$desc</p> - </a> -</div> -<div class="photo-album-image-wrapper-end"></div> |