36 $this->frameset_title = $a_fs_title;
44 $this->main_frame_source = $a_main_source;
52 $this->main_frame_title = $a_main_title;
60 $this->main_frame_name = $a_main_name;
68 $this->side_frame_source = $a_side_source;
76 $this->side_frame_title = $a_side_title;
84 $this->side_frame_name = $a_side_name;
94 $this->mainwidth = $a_mainwidth;
104 return $this->mainwidth;
114 $this->sidewidth = $a_sidewidth;
124 return $this->sidewidth;
134 if ($ilSetting->get(
"tree_frame") ==
"right")
149 $tpl->setVariable(
"SRC_".$main, $this->main_frame_source);
150 $tpl->setVariable(
"SRC_".$side, $this->side_frame_source);
151 $tpl->setVariable(
"TITLE_".$main, $this->main_frame_title);
152 $tpl->setVariable(
"TITLE_".$side, $this->side_frame_title);
153 $tpl->setVariable(
"NAME_".$main, $this->main_frame_name);
154 $tpl->setVariable(
"NAME_".$side, $this->side_frame_name);
157 if ($ilSetting->get(
'short_inst_name') !=
"")
159 $tpl->setVariable(
"WINDOW_TITLE",
160 $ilSetting->get(
'short_inst_name'));
164 $tpl->setVariable(
"WINDOW_TITLE",
168 $tpl->show(
"DEFAULT",
false);