24 include_once
'./Services/Object/classes/class.ilSubItemListGUI.php';
25 include_once
'./Modules/Wiki/classes/class.ilWikiPage.php';
26 include_once
'./Modules/Wiki/classes/class.ilObjWikiGUI.php';
27 include_once
'./Services/Link/classes/class.ilLink.php';
48 $lng->loadLanguageModule(
'content');
53 $this->tpl->setCurrentBlock(
'sea_fragment');
55 $this->tpl->parseCurrentBlock();
58 $this->tpl->setCurrentBlock(
'subitem');
64 $this->tpl->setVariable(
'SUBITEM_TYPE',$lng->txt(
'obj_pg'));
65 $this->tpl->setVariable(
'SEPERATOR',
':');
67 include_once
'./Services/Search/classes/class.ilUserSearchCache.php';
68 $link =
'&srcstring=1';
71 $this->tpl->setVariable(
'LINK',$link);
72 $this->tpl->setVariable(
'TARGET',$this->
getItemListGUI()->getCommandFrame(
''));
73 $this->tpl->setVariable(
'TITLE',
$title);
74 $this->tpl->parseCurrentBlock();
78 $this->tpl->setVariable(
'SUBITEM_TYPE',$lng->txt(
'obj_file'));
79 $this->tpl->setVariable(
'SEPERATOR',
':');
84 $this->tpl->setVariable(
'LINK',$link);
86 $this->tpl->parseCurrentBlock();
92 return $this->tpl->get();