]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/smarty3/like_noshare.tpl
template: remove old 'internal' template files, move smarty3 templates into 'template...
[friendica.git] / view / theme / frost-mobile / smarty3 / like_noshare.tpl
diff --git a/view/theme/frost-mobile/smarty3/like_noshare.tpl b/view/theme/frost-mobile/smarty3/like_noshare.tpl
deleted file mode 100644 (file)
index 1ad1eea..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-<div class="wall-item-like-buttons" id="wall-item-like-buttons-{{$id}}">
-       <a href="#" class="tool like" title="{{$likethis}}" onclick="dolike({{$id}},'like'); return false"></a>
-       {{if $nolike}}
-       <a href="#" class="tool dislike" title="{{$nolike}}" onclick="dolike({{$id}},'dislike'); return false"></a>
-       {{/if}}
-       <img id="like-rotator-{{$id}}" class="like-rotator" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" />
-</div>