4 include_once
'./Services/Object/classes/class.ilSubItemListGUI.php';
29 $this->tpl->setCurrentBlock(
'sea_fragment');
31 $this->tpl->parseCurrentBlock();
33 $this->tpl->setCurrentBlock(
'subitem');
34 $this->tpl->setVariable(
'SUBITEM_TYPE',$lng->txt(
'thread'));
35 $this->tpl->setVariable(
'SEPERATOR',
':');
38 $this->tpl->setVariable(
'LINK',$this->
getItemListGUI()->getCommandLink(
'thread'));
39 $this->tpl->setVariable(
'TARGET',$this->
getItemListGUI()->getCommandFrame(
''));
40 include_once
'./Modules/Forum/classes/class.ilObjForum.php';
41 $this->tpl->setVariable(
'TITLE',ilObjForum::_lookupThreadSubject($sub_item));
42 $this->tpl->parseCurrentBlock();
47 return $this->tpl->get();