X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/834bee1cf2c5bd122b3e941c70b5c2f03ee80a27..d7bed7845acae13f729692fe9261ebe7c9e51012:/lib/MLIB/Marco/MenuPrincipal.php diff --git a/lib/MLIB/Marco/MenuPrincipal.php b/lib/MLIB/Marco/MenuPrincipal.php index 201121c..cdafa96 100644 --- a/lib/MLIB/Marco/MenuPrincipal.php +++ b/lib/MLIB/Marco/MenuPrincipal.php @@ -1,16 +1,15 @@ _armarArraySecciones($this->_obtenerConfSecciones()); @@ -76,7 +75,7 @@ class MECON_Marco_MenuPrincipal extends MECON_Marco_MenuHorizontal { //ARMO EL MENU PRINCIPAL $colspan = count($this->_componentes); //Agrego el copete - $copete =& new MECON_Marco_Copete + $copete =& new MLIB_Marco_Copete (@$this->_configuracion['directorios']['imagenes'], @$this->_configuracion['ayuda'], @$this->_configuracion['titulo_sistema'] @@ -94,8 +93,8 @@ class MECON_Marco_MenuPrincipal extends MECON_Marco_MenuHorizontal { 'width="'.$width.'%"'); } //Agrego la linea de separacion - $tmp = $this->_tabla->addRow(array(new MECON_HTML_Image( - '/MECON/images/general_linea.gif', str_repeat('=', 108) + $tmp = $this->_tabla->addRow(array(new MLIB_HTML_Image( + '/MLIB/images/general_linea.gif', str_repeat('=', 108) )),'align="center" height="1"'); $this->_tabla->updateCellAttributes($tmp, 0, 'colspan="'.$colspan.'"'); @@ -134,7 +133,7 @@ class MECON_Marco_MenuPrincipal extends MECON_Marco_MenuHorizontal { ),'align="left" bgcolor="#FFFFFF" colspan="'. $colspan .'"'); $this->_tabla->addRow(array( - new MECON_HTML_Image('/MECON/images/general_linea2.gif', + new MLIB_HTML_Image('/MLIB/images/general_linea2.gif', str_repeat('-', 108))), 'border="0" align="center" colspan="'. $colspan .'"'); }