-----------------------------------------------------------------------------*/
require_once 'HTML/Table.php';
-require_once 'HTML/Image.php';
+require_once 'MECON/HTML/Image.php';
// +X2C includes
require_once 'MECON/Marco/MenuHorizontal.php';
}
$this->_tabla->addRow(array($TABLAM));
- $imagen = new HTML_Image('/MECON/images/general_linea.gif');
+ $imagen = new MECON_HTML_Image('/MECON/images/general_linea.gif');
$i = $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center"');
$this->_tabla->updateRowAttributes($i, 'height="1"');
if ($this->_seccionSeleccionada) {
$row = array ($this->_armarEncabezado($this->_seccionSeleccionada->_nombre));
$this->_tabla->addRow($row,'align="left" bgcolor="#FFFFFF"');
- $imagen = new HTML_Image('/MECON/images/general_linea2.gif', 'boder="0" align="center"');
+ $imagen = new MECON_HTML_Image('/MECON/images/general_linea2.gif', 'boder="0" align="center"');
$this->_tabla->addRow(array ($imagen->toHtml()), 'align="center"');
}