<?php /* vim: set binary expandtab tabstop=4 shiftwidth=4 textwidth=80:
-------------------------------------------------------------------------------
- Ministerio de EconomÃa
- meconlib
+ mlib
-------------------------------------------------------------------------------
-This file is part of meconlib.
+This file is part of mlib.
-meconlib is free software; you can redistribute it and/or modify it under
+mlib is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
-meconlib is distributed in the hope that it will be useful, but WITHOUT
+mlib is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
$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
*
'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 .'"');
$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 .'"');