24 include_once
'./Services/Object/classes/class.ilSubItemListGUI.php';
25 include_once
'./Modules/WebResource/classes/class.ilLinkResourceItems.php';
26 include_once
'./Modules/WebResource/classes/class.ilParameterAppender.php';
28 include_once
'./classes/class.ilLink.php';
49 $lng->loadLanguageModule(
'webr');
54 $this->tpl->setCurrentBlock(
'sea_fragment');
56 $this->tpl->parseCurrentBlock();
58 $this->tpl->setCurrentBlock(
'subitem');
59 $this->tpl->setVariable(
'SUBITEM_TYPE',$lng->txt(
'webr'));
60 $this->tpl->setVariable(
'SEPERATOR',
':');
65 #$this->getItemListGUI()->setChildId($sub_item);
66 $this->tpl->setVariable(
'LINK',$link_data[
'target']);
67 $this->tpl->setVariable(
'TARGET',
'_blank');
68 $this->tpl->setVariable(
'TITLE',$link_data[
'title']);
69 $this->tpl->parseCurrentBlock();
74 return $this->tpl->get();