]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/templates/photo_album.tpl
Merge pull request #2628 from rabuzarus/1906-event-test
[friendica.git] / view / theme / testbubble / templates / photo_album.tpl
1
2 <div class="photo-album-image-wrapper" id="photo-album-image-wrapper-{{$id}}">
3         <a href="{{$photolink}}" class="photo-album-photo-link" id="photo-album-photo-link-{{$id}}" title="{{$phototitle}}">
4                 <img src="{{$imgsrc}}" alt="{{$imgalt}}" title="{{$phototitle}}" class="photo-album-photo lframe  resize" id="photo-album-photo-{{$id}}" />
5         </div>
6                 <p class='caption'>{{$desc}}</p>                
7         </a>
8         </div>
9 <div class="photo-album-image-wrapper-end"></div>