]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/smarty3/photo_top.tpl
template engine rework
[friendica.git] / view / theme / testbubble / smarty3 / photo_top.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6
7 <div class="photo-top-image-wrapper lframe" id="photo-top-image-wrapper-{{$id}}">
8         <div id="photo-album-wrapper-inner">
9         <a href="{{$photo.link}}" class="photo-top-photo-link" id="photo-top-photo-link-{{$id}}" title="{{$photo.title}}"><img src="{{$photo.src}}" alt="{{$phoyo.alt}}" title="{{$photo.title}}" class="photo-top-photo" id="photo-top-photo-{{$id}}" /></a>
10         </div>
11         <div class="photo-top-album-name"><a href="{{$photo.album.link}}" class="photo-top-album-link" title="{{$photo.album.alt}}" >{{$photo.album.name}}</a></div>
12 </div>
13 <div class="photo-top-image-wrapper-end"></div>