- $c = count($this->_componentes);
- //Agrego el titulo
- $row = array ($this->_armarEncabezado($titulo));
- $this->_tabla->addRow($row,'align="left" bgcolor="#FFFFFF" colspan="'.$c.'"');
- $imagen = new HTML_Image('/MECON/images/general_linea2.gif', 'boder="0" align="center"');
- $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center" colspan="'.$c.'"');
- //