]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MLIB/PDF/Contenido.php
Se agrega a la clase MLIB_PDF_Tabla la posibilidad de agregar estilos nuevos para
[mecon/meconlib.git] / lib / MLIB / PDF / Contenido.php
index e3f5bd7aac485dca31e4dd295348efc73e117673..0cc44a2a9c9b265347a92d9a20decd14abd3e8ff 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.
  
@@ -27,12 +26,12 @@ $Id$
 /**
  * Libreria de Contenidos PDF.                      
  */
 /**
  * Libreria de Contenidos PDF.                      
  */
-class MECON_PDF_Contenido {
+class MLIB_PDF_Contenido {
 
     /**
      * Class Constructor. Para que se aviven de redefinir este metodo
      *
 
     /**
      * Class Constructor. Para que se aviven de redefinir este metodo
      *
-     * @param &Object $MARCO MECON_PDF_Marco
+     * @param &Object $MARCO MLIB_PDF_Marco
      *
      * @return void
      * @access public
      *
      * @return void
      * @access public