46 $this->
setType(
"section_header");
61 $this->type = $a_type;
84 $this->section_icon[
'file'] = $a_file;
85 $this->section_icon[
'alt'] = $a_alt;
96 return $this->section_icon ? $this->section_icon : array();
106 $this->title = $a_title;
126 $this->info = $a_info;
146 $this->parentform = $a_parentform;
156 return $this->parentform;
165 $this->section_anchor = $value;
178 $a_tpl->setCurrentBlock(
"title_icon");
181 $a_tpl->parseCurrentBlock();
184 $a_tpl->setCurrentBlock(
"header");
185 $a_tpl->setVariable(
"TXT_TITLE", $this->
getTitle());
186 $a_tpl->setVariable(
'HEAD_COLSPAN',2);
187 if (isset($this->section_anchor))
188 $a_tpl->setVariable(
'LABEL', $this->section_anchor);
189 $a_tpl->parseCurrentBlock();