type . '&object_id=' . $rating->id;
?>
20% per star)
$width = $rating->preciserating*20;
if ($width < 0) $width = 0;
//set the current rating background
echo "- " . _('Current rating: ');
if ($rating->rating <= 0) {
echo _('not rated yet') . "
\n";
}
else printf(_('%s of 5') ,$rating->preciserating); echo "\n";
for ($i=1; $i<6; $i++)
{
?>
-