<?php

/**
 * Implements hook_fivestar_widgets().
 */
function mkbh_fivestar_fivestar_widgets()
{
    $path = drupal_get_path('module', 'mkbh_fivestar');

    $widgets = [
        $path . '/widgets/MKBH/MKBH_FiveStar.css' => 'MKBH',
    ];

    return $widgets;
}
