function minplayer_get_path in MediaFront 7
Same name and namespace in other branches
- 7.2 players/minplayer/minplayer.module \minplayer_get_path()
Returns the path to the minPlayer.
File
- players/
minplayer/ minplayer.module, line 17
Code
function minplayer_get_path() {
return drupal_get_path('module', 'minplayer') . '/player';
}