aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_album.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-04-03 17:34:55 -0700
committerfriendica <info@friendica.com>2013-04-03 17:34:55 -0700
commit0ba7f76bfd49fb510067a66743a75b7ea068cffd (patch)
tree5c3e8fa7e6aa80fd78b540db4870360346d7db36 /view/tpl/photo_album.tpl
parentc10e30631a66705fe79e2550a9d85283a1cc0abd (diff)
parent2f24bf2efec447d464881a6206b037b230331a7c (diff)
downloadvolse-hubzilla-0ba7f76bfd49fb510067a66743a75b7ea068cffd.tar.gz
volse-hubzilla-0ba7f76bfd49fb510067a66743a75b7ea068cffd.tar.bz2
volse-hubzilla-0ba7f76bfd49fb510067a66743a75b7ea068cffd.zip
Merge pull request #45 from beardy-unixer/master
Album slideshows
Diffstat (limited to 'view/tpl/photo_album.tpl')
-rw-r--r--view/tpl/photo_album.tpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl
index cc3dcfb9c..53392e709 100644
--- a/view/tpl/photo_album.tpl
+++ b/view/tpl/photo_album.tpl
@@ -1,5 +1,11 @@
+<script type="text/javascript" charset="utf-8">
+ $(document).ready(function(){
+ $("a[rel^='prettyPhoto']").prettyPhoto();
+ });
+</script>
+
<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">
+ <a href="$photolink" class="photo-album-photo-link" id="photo-album-photo-link-$id" title="$phototitle" rel="$rel">
<img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-album-photo lframe resize$twist" id="photo-album-photo-$id" />
<p class='caption'>$desc</p>
</a>