aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/photo_album.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-15 19:56:32 -0700
committerfriendica <info@friendica.com>2012-03-15 19:56:32 -0700
commit33e03a8df0150ffe269389031b1f401150f19e0e (patch)
tree0cee881cca91c8f0795ed8dccaf14d44db6aeb91 /view/theme/diabook-blue/photo_album.tpl
parent5a12383b78980d873f54ccbac2733d7267f7da36 (diff)
parent0b509fd7633d7561b00310d05960f14fd41c5217 (diff)
downloadvolse-hubzilla-33e03a8df0150ffe269389031b1f401150f19e0e.tar.gz
volse-hubzilla-33e03a8df0150ffe269389031b1f401150f19e0e.tar.bz2
volse-hubzilla-33e03a8df0150ffe269389031b1f401150f19e0e.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook-blue/photo_album.tpl')
-rwxr-xr-xview/theme/diabook-blue/photo_album.tpl7
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>