]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/like_noshare.tpl
template engine rework
[friendica.git] / view / theme / frost-mobile / like_noshare.tpl
1 <div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
2         <a href="#" class="tool like" title="$likethis" onclick="dolike($id,'like'); return false"></a>
3         {{ if $nolike }}
4         <a href="#" class="tool dislike" title="$nolike" onclick="dolike($id,'dislike'); return false"></a>
5         {{ endif }}
6         <img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
7 </div>