]> git.mxchange.org Git - friendica.git/blob - view/smarty3/photo_drop.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / photo_drop.tpl
1 <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$id}}" >
2         <a href="item/drop/{{$id}}" onclick="return confirmDelete();" class="icon drophide" title="{{$delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>
3 </div>
4 <div class="wall-item-delete-end"></div>