require_once 'MECON/Marco/Menu.php';
// ~X2C
+require_once 'MECON/HTML/Image.php';
+
// +X2C Class 100 :MECON_Marco_MenuHorizontal
/**
* Clase que se encarga del manejo de los menues horizontales
$this->_tabla->updateColAttributes($col,'width="'.$width.'%"');
}
- $imagen = new HTML_Image('/MECON/images/general_linea.gif');
+ $imagen = new MECON_HTML_Image('/MECON/images/general_linea.gif', str_repeat('=', 108));
$i = $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center" colspan="'.$c.'"');
$this->_tabla->updateRowAttributes($i, 'height="1"');
//Agrego el titulo
- $row = array ($this->_armarEncabezado($titulo));
+ $row = array
+ ($this->_armarEncabezado($titulo.$this->_configuracion['subtitulo']));
$this->_tabla->addRow($row,'align="left" bgcolor="#FFFFFF" colspan="'.$c.'"');
- $imagen = new HTML_Image('/MECON/images/general_linea2.gif', 'boder="0" align="center"');
+ $imagen = new MECON_HTML_Image('/MECON/images/general_linea2.gif',
+ str_repeat('.', 108), array('border' => 0, 'align' => 'center'));
$this->_tabla->addRow(array ($imagen->toHtml()), 'align="center" colspan="'.$c.'"');
//