function osmplayer_osmplayer_info in MediaFront 7.2
Implementation of hook_osmplayer_player_info
File
- players/
osmplayer/ osmplayer.module, line 875
Code
function osmplayer_osmplayer_info() {
$path = osmplayer_get_path();
return array(
'resources' => array(),
'themes' => osmplayer_get_themes($path . '/jquery-ui'),
'templates' => osmplayer_get_templates($path . '/templates'),
'plugins' => osmplayer_get_plugins($path . '/minplayer/plugins'),
);
}