X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/834bee1cf2c5bd122b3e941c70b5c2f03ee80a27..d7bed7845acae13f729692fe9261ebe7c9e51012:/lib/MLIB/Marco/MenuOculto.php diff --git a/lib/MLIB/Marco/MenuOculto.php b/lib/MLIB/Marco/MenuOculto.php index 0a18d65..f4bf4d2 100644 --- a/lib/MLIB/Marco/MenuOculto.php +++ b/lib/MLIB/Marco/MenuOculto.php @@ -1,16 +1,15 @@ $Id$ -----------------------------------------------------------------------------*/ -require_once 'MECON/Marco/Menu.php'; -require_once 'MECON/HTML/Image.php'; +require_once 'MLIB/Marco/Menu.php'; +require_once 'MLIB/HTML/Image.php'; /** * Clase que se encarga del manejo de los menues ocultos. * * @access public */ -class MECON_Marco_MenuOculto extends MECON_Marco_Menu { +class MLIB_Marco_MenuOculto extends MLIB_Marco_Menu { /** * Funcion para agregar el cuerpo de la pagina a la pagina * @@ -47,8 +46,8 @@ class MECON_Marco_MenuOculto extends MECON_Marco_Menu { { $this->resultado[] = $this->_armarEncabezado($titulo . $this->_configuracion['subtitulo']); - $this->resultado[] =& new MECON_HTML_Image( - '/MECON/images/general_linea2.gif', + $this->resultado[] =& new MLIB_HTML_Image( + '/MLIB/images/general_linea2.gif', str_repeat('-', 108), 'border="0" align="center"'); if ($menu) {