-
- //Agrego el copete {{{
- $copete = new MECON_Marco_Copete ($this->_configuracion['directorios']['imagenes'], @$this->_configuracion['ayuda']);
- $row[] = $copete->toHtml();
- $this->_tabla->addRow($row,'align="center" bgcolor="#FFFFFF"');
- //}}}
-
- //Agrego las secciones
- $TABLAM = new HTML_Table('width=760
- align="center"
- cellspacing="0"
- cellpadding="0"
- border="0"
- background="/MECON/images/general_fondo_gris.gif"');
- $TABLAM->addRow($this->_componentes,'align="center" bgcolor="#CCCCCC"');
+ //Agrego el copete
+ $copete =& new MECON_Marco_Copete
+ (@$this->_configuracion['directorios']['imagenes'],
+ @$this->_configuracion['ayuda'],
+ @$this->_configuracion['titulo_sistema']
+ );
+ $tmp = $this->_tabla->addRow(array($copete->toHtml()),
+ 'align="center" bgcolor="#FFFFFF"');
+ $this->_tabla->updateCellAttributes($tmp, 0,
+ 'colspan="'. $colspan .'"');
+ //Agrego las secciones
+ $tmp = $this->_tabla->addRow($this->_componentes,
+ 'align="center" bgcolor="#CCCCCC"');