added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release
This commit is contained in:
parent
c39a9c812b
commit
aa199e931f
1344 changed files with 164625 additions and 0 deletions
9
testbubble/templates/photo_top.tpl
Normal file
9
testbubble/templates/photo_top.tpl
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
<div class="photo-top-image-wrapper lframe" id="photo-top-image-wrapper-{{$id}}">
|
||||
<div id="photo-album-wrapper-inner">
|
||||
<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>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
<div class="photo-top-image-wrapper-end"></div>
|
Loading…
Add table
Add a link
Reference in a new issue