24 include_once
'./Services/Object/classes/class.ilSubItemListGUI.php';
25 include_once
'./Modules/Glossary/classes/class.ilGlossaryTerm.php';
26 include_once
'./Services/Link/classes/class.ilLink.php';
47 $lng->loadLanguageModule(
'content');
52 $this->tpl->setCurrentBlock(
'sea_fragment');
54 $this->tpl->parseCurrentBlock();
56 $this->tpl->setCurrentBlock(
'subitem');
57 $this->tpl->setVariable(
'SUBITEM_TYPE',$lng->txt(
'cont_term'));
58 $this->tpl->setVariable(
'SEPERATOR',
':');
60 #$this->getItemListGUI()->setChildId($sub_item);
62 include_once
'./Services/Search/classes/class.ilUserSearchCache.php';
69 'target' =>
'git_'.$sub_item.
'_'.$this->getRefId(),
74 $this->tpl->setVariable(
'TARGET',$this->
getItemListGUI()->getCommandFrame(
''));
76 $this->tpl->parseCurrentBlock();
81 return $this->tpl->get();