diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-22 04:33:21 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-22 04:33:21 +0100 |
commit | 72d0756fa6a6118801ce9623aeacc760cbc93166 (patch) | |
tree | faefafdf089f8b2a45b9da253bb2b6b2f46c74c3 /view/theme/diabook-blue/photo_album.tpl | |
parent | c1d6ece98e9c0793432d1046033e0b8cb93e63bb (diff) | |
download | volse-hubzilla-72d0756fa6a6118801ce9623aeacc760cbc93166.tar.gz volse-hubzilla-72d0756fa6a6118801ce9623aeacc760cbc93166.tar.bz2 volse-hubzilla-72d0756fa6a6118801ce9623aeacc760cbc93166.zip |
add icons to aside diabook, fixes in css
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> |