aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/photo_album.tpl
diff options
context:
space:
mode:
authorduthied <duthied@gmail.com>2011-10-02 17:24:45 -0700
committerduthied <duthied@gmail.com>2011-10-02 17:24:45 -0700
commit65e981c4b022d3be211a701c37635c2d2af0f92f (patch)
tree5b2b4fadf9adc716bf7c94dc864c9403007a8c84 /view/theme/testbubble/photo_album.tpl
parent7c1968907d26a66581d362475a6b557e53e159cb (diff)
parentf6f5e5b99389019bdd6a3258de19cdda2d014b97 (diff)
downloadvolse-hubzilla-65e981c4b022d3be211a701c37635c2d2af0f92f.tar.gz
volse-hubzilla-65e981c4b022d3be211a701c37635c2d2af0f92f.tar.bz2
volse-hubzilla-65e981c4b022d3be211a701c37635c2d2af0f92f.zip
Merge pull request #12 from duthied/master
testbubble photo album image tweaks
Diffstat (limited to 'view/theme/testbubble/photo_album.tpl')
-rw-r--r--view/theme/testbubble/photo_album.tpl8
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>