]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/photo_album.tpl
Merge branch 'master' of https://github.com/friendica/friendica
[friendica.git] / view / theme / testbubble / photo_album.tpl
1 <div class="photo-album-image-wrapper" id="photo-album-image-wrapper-$id">
2         <a href="$photolink" class="photo-album-photo-link" id="photo-album-photo-link-$id" title="$phototitle">
3                 <img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-album-photo lframe  resize" id="photo-album-photo-$id" />
4         </div>
5                 <p class='caption'>$desc</p>            
6         </a>
7         </div>
8 <div class="photo-album-image-wrapper-end"></div>