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