You are here

function kaltura_help in Kaltura 6

Same name and namespace in other branches
  1. 5 kaltura.module \kaltura_help()
  2. 7.3 kaltura.module \kaltura_help()
  3. 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');
  }
}