<?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/HTML/Image.php';
+require_once 'MLIB/HTML/Image.php';
/**
- * Manejo del copete de los sistemas que utilizan MECON_Marco
+ * Manejo del copete de los sistemas que utilizan MLIB_Marco
*
* @access public
*/
-class MECON_Marco_Copete {
+class MLIB_Marco_Copete {
/**
* Nombre del directorio en donde se encuentra el sistema. Es case sensitive.
*
* El directorio es case sensitive.
*
* @param string $directorio Nombre del directorio en donde se encuentra el sistema.
- * @param mixed $ayuda Objeto MECON_HTML_Link o string para armar el map de la ayuda.
+ * @param mixed $ayuda Objeto MLIB_HTML_Link o string para armar el map de la ayuda.
* @param string $sistema Nombre del sistema con el cual se esta trabajando.
*
* @return void
* @access public
*/
- function MECON_Marco_Copete($directorio, $ayuda = null, $sistema = '')
+ function MLIB_Marco_Copete($directorio, $ayuda = null, $sistema = '')
{
$this->_directorio = $directorio;
$this->_sistema = $sistema;
function toHtml()
{
if (!is_null($this->_directorio)) {
- $image = new MECON_HTML_Image(
+ $image = new MLIB_HTML_Image(
$this->_directorio.'/copete',
'Intranet - Ministerio de EconomÃa - ' . $this->_sistema,
array(