diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-16 03:49:43 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-16 03:49:43 +0100 |
commit | 02395c8af5fd8112688920ae04e0971d1a4ee4f8 (patch) | |
tree | 3d2db7a65639a162a5f93a8a284528fd22d6175c /view/theme/diabook-blue/photo_album.tpl | |
parent | 41d595d5bc74987d95ffc6f81194ccc20050e5a4 (diff) | |
download | volse-hubzilla-02395c8af5fd8112688920ae04e0971d1a4ee4f8.tar.gz volse-hubzilla-02395c8af5fd8112688920ae04e0971d1a4ee4f8.tar.bz2 volse-hubzilla-02395c8af5fd8112688920ae04e0971d1a4ee4f8.zip |
added icons to profile_side, 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, 7 insertions, 0 deletions
diff --git a/view/theme/diabook-blue/photo_album.tpl b/view/theme/diabook-blue/photo_album.tpl new file mode 100755 index 000000000..7e6c2f666 --- /dev/null +++ b/view/theme/diabook-blue/photo_album.tpl @@ -0,0 +1,7 @@ +<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> |