aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/photo_album.tpl
diff options
context:
space:
mode:
authorDevlon Duthie <duthied@gmail.com>2011-10-02 18:38:08 -0500
committerDevlon Duthie <duthied@gmail.com>2011-10-02 18:38:08 -0500
commitf6f5e5b99389019bdd6a3258de19cdda2d014b97 (patch)
tree338cf076f6a5eececcd18f6f86fa75b3eae6bd48 /view/theme/testbubble/photo_album.tpl
parentc15690563d9be00e8f7ae29ecdd6bbdb7f64603f (diff)
downloadvolse-hubzilla-f6f5e5b99389019bdd6a3258de19cdda2d014b97.tar.gz
volse-hubzilla-f6f5e5b99389019bdd6a3258de19cdda2d014b97.tar.bz2
volse-hubzilla-f6f5e5b99389019bdd6a3258de19cdda2d014b97.zip
aspect ratio fixes for photos in testbubble theme
some other testbubble styling 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>