<?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/Seccion.php';
-require_once 'MECON/Marco/ImagenAnimada.php';
+require_once 'MLIB/Marco/Seccion.php';
+require_once 'MLIB/Marco/ImagenAnimada.php';
require_once 'HTML/Table.php';
define ('MENU_SERIALIZADO' , 'MenuSerializado');
*
* @access public
*/
-class MECON_Marco_Menu {
+class MLIB_Marco_Menu {
/**
* Array con los resultados para agregar a la pagina.
- * Sobre este array MECON_Marco realiza un foreach para agregar lo que
+ * Sobre este array MLIB_Marco realiza un foreach para agregar lo que
* corresponda.
*
* @var array $resultado
* @return void
* @access public
*/
- function MECON_Marco_Menu($configuracion = null)
+ function MLIB_Marco_Menu($configuracion = null)
{
$this->_configuracion = $configuracion;
$this->_tabla =& new HTML_Table (
*/
function _armarEncabezado($titulo)
{
- return '<div class="mecon_marco_subtitle">'.$titulo.'</div>';
+ return '<div class="MLIB_marco_subtitle">'.$titulo.'</div>';
}
/**
$ver = false;
}
if ($ver) {
- $tmp = new MECON_Marco_Seccion ($sec, $this->_configuracion);
+ $tmp = new MLIB_Marco_Seccion ($sec, $this->_configuracion);
array_push($this->_componentes, $tmp->toHtml($linksel));
if ($cuenta == $i) {
$ultimo = 1;