13 require_once(
"./Services/UIComponent/Explorer/classes/class.ilExplorer.php");
36 $this->tree =
new ilTree($a_lm_obj->getId());
38 $this->tree->setTreeTablePK(
"lm_id");
39 $this->root_id = $this->tree->readRootId();
40 $this->lm_obj =& $a_lm_obj;
41 $this->order_column =
"";
45 $this->textwidth = 200;
59 $tpl->setCurrentBlock(
"icon");
61 $tpl->setVariable(
"TXT_ALT_IMG", $lng->txt(
"obj_".$this->lm_obj->getType()));
62 $tpl->parseCurrentBlock();
64 $tpl->setCurrentBlock(
"link");
67 $tpl->setVariable(
"TARGET",
" target=\"".$this->frame_target.
"\"");
68 $tpl->parseCurrentBlock();
70 $tpl->touchBlock(
"element");
87 if ($this->is_clickable[$a_type] ==
"n")
93 include_once
'Services/Payment/classes/class.ilPaymentObject.php';
94 if (($ilUser->getId() == ANONYMOUS_USER_ID ||