49 $this->frameset_title = $a_fs_title;
57 $this->main_frame_source = $a_main_source;
65 $this->main_frame_title = $a_main_title;
73 $this->main_frame_name = $a_main_name;
81 $this->side_frame_source = $a_side_source;
89 $this->side_frame_title = $a_side_title;
97 $this->side_frame_name = $a_side_name;
107 $this->mainwidth = $a_mainwidth;
117 return $this->mainwidth;
127 $this->sidewidth = $a_sidewidth;
137 return $this->sidewidth;
147 if ($ilSetting->get(
"tree_frame") ==
"right")
160 $tpl->setVariable(
"PAGETITLE",
"- ".$this->frameset_title);
161 $tpl->setVariable(
"SRC_".$main, $this->main_frame_source);
162 $tpl->setVariable(
"SRC_".$side, $this->side_frame_source);
163 $tpl->setVariable(
"TITLE_".$main, $this->main_frame_title);
164 $tpl->setVariable(
"TITLE_".$side, $this->side_frame_title);
165 $tpl->setVariable(
"NAME_".$main, $this->main_frame_name);
166 $tpl->setVariable(
"NAME_".$side, $this->side_frame_name);
169 if ($ilSetting->get(
'short_inst_name') !=
"")
171 $tpl->setVariable(
"WINDOW_TITLE",
172 $ilSetting->get(
'short_inst_name'));
176 $tpl->setVariable(
"WINDOW_TITLE",
180 $tpl->show(
"DEFAULT",
false);