| 1 |
<?php |
<?php |
| 2 |
// $Id: votes.tpl.php,v 1.1.2.5 2009/08/13 08:28:38 lut4rp Exp $ |
// $Id: votes.tpl.php,v 1.1.2.6 2009/08/16 19:30:02 lut4rp Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* votes.tpl.php |
* votes.tpl.php |
| 7 |
* Plain widget votes display for Vote Up/Down |
* Plain widget votes display for Vote Up/Down |
| 8 |
*/ |
*/ |
| 9 |
?> |
?> |
| 10 |
<span id="total-votes-<?php print $type; ?>-<?php print $cid; ?>" class="total-votes-plain"><span class="<?php print $class; ?> total"><?php print $label_points; ?></span></span> |
<span id="total-votes-<?php print $type; ?>-<?php print $cid; ?>" class="total-votes-plain"><span class="<?php print $class; ?> total"><?php print $unsigned_points; ?> <?php print $vote_label; ?></span></span> |