You are here

function minplayer_get_path in MediaFront 7.2

Same name and namespace in other branches
  1. 7 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';
}