File: /home/httpd/html/chatfree24.com/public_html/templates/default_v2/widgets/widget.rating.php
<div class="rating" data-module="rating" data-site="<? echo $rrow['site']; ?>" data-performer="<? echo $rrow['username']; ?>">
<span class="total" data-rating="total" ><? echo $currentRating; ?>%</span>
<span class="thumb-up<? echo ($alreadyVoted) ? ' disabled' : ''; ?><? echo ($currentVote == '100') ? ' active' : ''; ?>" data-mb="rate" data-rate="100">
<svg class="mx-1" xmlns="http://www.w3.org/2000/svg" width="20" height="21.385" viewBox="0 0 20 21.385">
<g id="like" transform="translate(-2 -2)">
<rect id="Rectangle_49" data-name="Rectangle 49" width="4" height="11" transform="translate(3 11)" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/>
<path id="Path_26" data-name="Path 26" d="M9,11.308l3.462-3.462L13.846,3h0a2.769,2.769,0,0,1,2.769,2.769v5.538h3.462a2.769,2.769,0,0,1,2.769,2.769h0l-1.191,7.151a1.385,1.385,0,0,1-1.366,1.157H9Z" transform="translate(-1.846)" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/>
</g>
</svg>
</span>
<span class="thumb-down<? echo ($alreadyVoted) ? ' disabled' : ''; ?><? echo ($currentVote == '0') ? ' active' : ''; ?>" data-mb="rate" data-rate="0">
<svg class="mx-1" xmlns="http://www.w3.org/2000/svg" width="20" height="21.385" viewBox="0 0 20 21.385">
<g id="dislike" transform="translate(22 23.385) rotate(180)">
<rect id="Rectangle_49" data-name="Rectangle 49" width="4" height="11" transform="translate(3 11)" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/>
<path id="Path_26" data-name="Path 26" d="M9,11.308l3.462-3.462L13.846,3h0a2.769,2.769,0,0,1,2.769,2.769v5.538h3.462a2.769,2.769,0,0,1,2.769,2.769h0l-1.191,7.151a1.385,1.385,0,0,1-1.366,1.157H9Z" transform="translate(-1.846)" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/>
</g>
</svg>
</span>
</div>