X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/834bee1cf2c5bd122b3e941c70b5c2f03ee80a27..d7bed7845acae13f729692fe9261ebe7c9e51012:/lib/MLIB/Marco/MenuHorizontal.php diff --git a/lib/MLIB/Marco/MenuHorizontal.php b/lib/MLIB/Marco/MenuHorizontal.php index 684a4c7..ffbf2ce 100644 --- a/lib/MLIB/Marco/MenuHorizontal.php +++ b/lib/MLIB/Marco/MenuHorizontal.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 horizontales * * @access public */ -class MECON_Marco_MenuHorizontal extends MECON_Marco_Menu { +class MLIB_Marco_MenuHorizontal extends MLIB_Marco_Menu { /** * Funcion para agregar el cuerpo de la pagina a la pagina * @@ -57,7 +56,7 @@ class MECON_Marco_MenuHorizontal extends MECON_Marco_Menu { 'width="'.$width.'%"'); } - $imagen = new MECON_HTML_Image('/MECON/images/general_linea.gif', + $imagen = new MLIB_HTML_Image('/MLIB/images/general_linea.gif', str_repeat('=', 108)); $tmp = $this->_tabla->addRow(array($imagen->toHtml()), 'align="center" height="1" colspan="'. $colspan .'"'); @@ -69,7 +68,7 @@ class MECON_Marco_MenuHorizontal extends MECON_Marco_Menu { $this->_tabla->addRow($row, 'align="left" bgcolor="#FFFFFF" colspan="' . $colspan .'"'); - $imagen = new MECON_HTML_Image('/MECON/images/general_linea2.gif', + $imagen = new MLIB_HTML_Image('/MLIB/images/general_linea2.gif', str_repeat('.', 108), 'border="0" align="center"'); $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center" colspan="'. $colspan .'"');