function jw_player_ctools_plugin_directory in JW Player 7.2
Same name and namespace in other branches
- 7 jw_player.module \jw_player_ctools_plugin_directory()
Implements hook_ctools_plugin_directory().
File
- ./
jw_player.module, line 632 - Adds a theme function which allows theme developers to use the JW Player.
Code
function jw_player_ctools_plugin_directory($module, $type) {
// Load the export_ui plugin.
if ($type == 'export_ui') {
return 'plugins/export_ui';
}
}