aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/photo_album.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-16 07:13:14 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-16 07:13:14 +0100
commit74c64ef2d244df47b2bea6527bbeb5cc62ca8845 (patch)
tree1e3314f76eefd8f7d014ae8e4a218dc9663ae3d7 /view/theme/diabook-blue/photo_album.tpl
parent80b57e664a3df68994108a3d511468b249e0bbff (diff)
parent47e1b8d0c07d79c33f8b2de52145aa751d4b955a (diff)
downloadvolse-hubzilla-74c64ef2d244df47b2bea6527bbeb5cc62ca8845.tar.gz
volse-hubzilla-74c64ef2d244df47b2bea6527bbeb5cc62ca8845.tar.bz2
volse-hubzilla-74c64ef2d244df47b2bea6527bbeb5cc62ca8845.zip
Merge branch 'master' of https://github.com/friendica/friendica
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>