]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MLIB/Marco/MenuOculto.php
Bug Fix en MLIB_PDF_Tabla. Faltaba inicializar una variable, lo que hacia fallar...
[mecon/meconlib.git] / lib / MLIB / Marco / MenuOculto.php
index 0a18d65d4078e193fca86b0fa8bf0fb721a5edf2..f4bf4d21e004d36e92b38df00fbacb7bd76bf2ef 100644 (file)
@@ -1,16 +1,15 @@
 <?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.
  
@@ -24,15 +23,15 @@ Autor:  Martin Marrese <mmarre@mecon.gov.ar>
 $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) {