diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-15 19:55:10 -0700 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-15 19:55:10 -0700 |
commit | 0b509fd7633d7561b00310d05960f14fd41c5217 (patch) | |
tree | 3d2db7a65639a162a5f93a8a284528fd22d6175c /view/theme/diabook-blue/photo_album.tpl | |
parent | 41d595d5bc74987d95ffc6f81194ccc20050e5a4 (diff) | |
parent | 02395c8af5fd8112688920ae04e0971d1a4ee4f8 (diff) | |
download | volse-hubzilla-0b509fd7633d7561b00310d05960f14fd41c5217.tar.gz volse-hubzilla-0b509fd7633d7561b00310d05960f14fd41c5217.tar.bz2 volse-hubzilla-0b509fd7633d7561b00310d05960f14fd41c5217.zip |
Merge pull request #137 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, 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> |