]> git.mxchange.org Git - friendica.git/blob - view/templates/photo_album.tpl
Merge branch 'develop' of github.com:annando/friendica into 1409-shadow-items
[friendica.git] / view / 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{{$twist}}" id="photo-album-photo-{{$id}}" />
5                 <p class='caption'>{{$desc}}</p>                
6         </a>
7 </div>
8 <div class="photo-album-image-wrapper-end"></div>