diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-03 08:13:40 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-03 08:13:40 +0200 |
commit | 2465b3274aacaf81c50d2bd11375f02cb9b49d54 (patch) | |
tree | 48b0e70acffedfa4c9226a6b436c5b62556b3470 /view/theme/testbubble/photo_album.tpl | |
parent | 60e0f79b9f9e94b19cc412eac41e5d8f8fec2383 (diff) | |
parent | 297ab898b7642cf8251405cb60e787222f4e5974 (diff) | |
download | volse-hubzilla-2465b3274aacaf81c50d2bd11375f02cb9b49d54.tar.gz volse-hubzilla-2465b3274aacaf81c50d2bd11375f02cb9b49d54.tar.bz2 volse-hubzilla-2465b3274aacaf81c50d2bd11375f02cb9b49d54.zip |
Merge remote-tracking branch 'friendika/master'
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> |