Wednesday, September 30, 2015

Print a custom static fivestar widget with fivestar module

$star = 80;
$star_display =  theme('fivestar_static', array('rating' => $star,'stars' => 5));
print render($star_display);

1 comment:

  1. Thanks for the tip ... how do I choose which style (widget) I would like to user for this? I assumed passing settings in the array would work, but it didn't.

    ReplyDelete