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
'./Services/Link/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',
':');
66 if(stristr($link_data[
"target"],
"|"))
68 $parts = explode(
"|", $link_data[
"target"]);
69 if ($parts[0] ==
"page")
73 if ($parts[0] ==
"term")
80 #$this->getItemListGUI()->setChildId($sub_item);
81 $this->tpl->setVariable(
'LINK',$link_data[
'target']);
82 $this->tpl->setVariable(
'TARGET',
'_blank');
83 $this->tpl->setVariable(
'TITLE',$link_data[
'title']);
84 $this->tpl->parseCurrentBlock();
89 return $this->tpl->get();