]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MLIB/Marco/MenuHorizontal.php
Se modifican los prefijos de las clases. Se pasa de MECON a MLIB.
[mecon/meconlib.git] / lib / MLIB / Marco / MenuHorizontal.php
index 684a4c731cc270acc68dbab9ba7c97afd9b3d06f..ffbf2ce06b54772c9262fe6f3f001a47d2835895 100644 (file)
@@ -1,16 +1,15 @@
 <?php /* vim: set binary expandtab tabstop=4 shiftwidth=4 textwidth=80:
 -------------------------------------------------------------------------------
 <?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.
 
 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.
  
 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$
 -----------------------------------------------------------------------------*/
 
 $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
  */
 
 /**
  * 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
      *
     /**
      * 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.'%"');
         }
 
                     '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 .'"');
                 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 .'"');
         $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 .'"');
                 str_repeat('.', 108), 'border="0" align="center"');
         $this->_tabla->addRow(array ($imagen->toHtml()), 
                 'align="center" colspan="'. $colspan .'"');