function kaltura_help in Kaltura 6
Same name and namespace in other branches
- 5 kaltura.module \kaltura_help()
- 7.3 kaltura.module \kaltura_help()
- 7.2 kaltura.module \kaltura_help()
File
- ./
kaltura.module, line 450 - kaltura integration module - core functions
Code
function kaltura_help($path, $arg) {
switch ($path) {
case 'admin/help#kaltura':
return kaltura_get_help_html('general');
}
}