5 include_once(
"./Services/Tree/classes/class.ilTree.php");
 
   34                         include_once(
"./Services/Skill/classes/class.ilSkillTemplateReference.php");
 
   37                         foreach (
$path as $k => $v)
 
   39                                 if ($v[
"child"] != $a_tref_id)
 
   41                                         $path[$k][
"skill_id"] = $v[
"child"];
 
   42                                         $path[$k][
"tref_id"] = 0;
 
   47                                         $path[$k][
"tref_id"] = $a_tref_id;
 
   51                         foreach ($sub_path as $s)
 
   55                                         $s[
"skill_id"] = $s[
"child"];
 
   56                                         $s[
"tref_id"] = $a_tref_id;
 
   69                         foreach (
$path as $k => $v)
 
   71                                 $path[$k][
"skill_id"] = $v[
"child"];
 
   72                                 $path[$k][
"tref_id"] = 0;
 
   93                         if ($p[
"type"] != 
"skrt" && $p[
"child"] != $a_base_skill_id)
 
   95                                 $str.= $sep.$p[
"title"];
 
  111                 return (
int) 
$path[1];