You are here

fivestar.tpl.php in Rate 6.2

File

templates/fivestar/fivestar.tpl.php
View source
<?php

/**
 * @file
 * Rate widget theme
 */
print theme('item_list', $stars);
if ($info) {
  print '<div class="rate-info">' . $info . '</div>';
}