Rating Stars on Firefox

Permalink
to get the rating stars working on firefox (mac), you need to add

$html = Loader::helper('html');
$this->addHeaderItem($html->css('ccm.app.css'));


before you load the helper.

sk01