You are here

function enterprise_base_fivestar_widgets in Enterprise Base 7.3

File

./enterprise_base.module, line 313

Code

function enterprise_base_fivestar_widgets() {
  $widgets = array(
    drupal_get_path('module', 'enterprise_base') . '/css/oe_stars.css' => 'oe_stars',
  );
  return $widgets;
}