4 require_once(
"./Services/UIComponent/Explorer/classes/class.ilExplorer.php");
36 $this->tree =& $a_media_pool->getTree();
37 $this->root_id = $this->tree->readRootId();
38 $this->media_pool =& $a_media_pool;
39 $this->order_column =
"title";
59 $tpl->setCurrentBlock(
"icon");
61 $tpl->setVariable(
"TXT_ALT_IMG",
63 $tpl->parseCurrentBlock();
65 $tpl->setCurrentBlock(
"link");
67 $tpl->setVariable(
"LINK_TARGET", $this->target);
68 $tpl->setVariable(
"TARGET",
" target=\"".$this->frame_target.
"\"");
69 $tpl->parseCurrentBlock();
71 $tpl->setCurrentBlock(
"element");
72 $tpl->parseCurrentBlock();