]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/smarty3/like_noshare.tpl
9d6a58ea203a444c4bc47fd4cdd9c7c82d1f731f
[friendica.git] / view / theme / decaf-mobile / smarty3 / like_noshare.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div class="wall-item-like-buttons" id="wall-item-like-buttons-{{$id}}">
7         <a href="like/{{$id}}?verb=like&return={{$return_path}}#{{$item.id}}" class="icon like" title="{{$likethis}}" ></a>
8         {{if $nolike}}
9         <a href="like/{{$id}}?verb=dislike&return={{$return_path}}#{{$item.id}}" class="icon dislike" title="{{$nolike}}" ></a>
10         {{/if}}
11         <img id="like-rotator-{{$id}}" class="like-rotator" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" />
12 </div>