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;
71 foreach (
$path as $k => $v)
73 $path[$k][
"skill_id"] = $v[
"child"];
74 $path[$k][
"tref_id"] = 0;
96 if ($p[
"type"] !=
"skrt" && $p[
"child"] != $a_base_skill_id)
98 $str.= $sep.$p[
"title"];
114 return (
int)
$path[1];