fix bug #540 for quattro themes

This commit is contained in:
Tobias Diekershoff 2013-05-29 10:44:09 +02:00
parent 8fe82d35d4
commit c82ab9e1b5
1 changed files with 3 additions and 3 deletions

View File

@ -111,11 +111,11 @@
{{if $item.vote.dislike}}
<a href="#" id="dislike-{{$item.id}}" title="{{$item.vote.dislike.0}}" onclick="dolike({{$item.id}},'dislike'); return false">{{$item.vote.dislike.1}}</a>
{{/if}}
{{/if}}
{{if $item.vote.share}}
<a href="#" id="share-{{$item.id}}" title="{{$item.vote.share.0}}" onclick="jotShare({{$item.id}}); return false">{{$item.vote.share.1}}</a>
{{/if}}
{{/if}}
</div>
<div class="wall-item-actions-tools">