diff options
author | Friendika <info@friendika.com> | 2011-10-02 17:31:36 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-02 17:31:36 -0700 |
commit | 9c681de7876bcedd1414f7246250c1f9bfac6c3c (patch) | |
tree | 770fdf4468bddc8bdce90e5961678be5ed134380 /view/theme/testbubble/photo_album.tpl | |
parent | 8f9656da926b402e16432de3363e6dc1cef1ef8a (diff) | |
parent | 65e981c4b022d3be211a701c37635c2d2af0f92f (diff) | |
download | volse-hubzilla-9c681de7876bcedd1414f7246250c1f9bfac6c3c.tar.gz volse-hubzilla-9c681de7876bcedd1414f7246250c1f9bfac6c3c.tar.bz2 volse-hubzilla-9c681de7876bcedd1414f7246250c1f9bfac6c3c.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/testbubble/photo_album.tpl')
-rw-r--r-- | view/theme/testbubble/photo_album.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/testbubble/photo_album.tpl b/view/theme/testbubble/photo_album.tpl new file mode 100644 index 000000000..a0e3f46c4 --- /dev/null +++ b/view/theme/testbubble/photo_album.tpl @@ -0,0 +1,8 @@ +<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 lframe resize" id="photo-album-photo-$id" /> + </div> + <p class='caption'>$desc</p> + </a> + </div> +<div class="photo-album-image-wrapper-end"></div> |