<?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 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
*
{
$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) {