You are here

votes.tpl.php in Vote Up/Down 7.2

votes.tpl.php

Plain widget votes display for Vote Up/Down

File

widgets/plain/votes.tpl.php
View source
<?php

/**
 * @file
 * votes.tpl.php
 *
 * Plain widget votes display for Vote Up/Down
 */
?>
<span id="<?php

print $id;
?>" class="total-votes-plain"><span class="<?php

print $class;
?> total"><?php

print $unsigned_points;
?> <?php

print $vote_label;
?></span></span>