X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/ef1da2e8ecfb3480a55cd70cb42ab9acb36fd1cc..c1c3baf77f9975549988167174f7805e9b40073e:/sistema/www/index.php?ds=inline diff --git a/sistema/www/index.php b/sistema/www/index.php index 4983778..06aacf2 100644 --- a/sistema/www/index.php +++ b/sistema/www/index.php @@ -235,11 +235,11 @@ if ($tipo) { // Agrego el menu, link para nuevo y formulario a la página. {{{ $marco->addMenuVertical($arbol); if ($accion & ~AI_ALTA) { - require_once 'HTML/Image.php'; - require_once 'HTML/Link.php'; - $img = new HTML_Image('/MECON/images/general_nuevo', 'Agregar nuevo', + require_once 'MECON/HTML/Image.php'; + require_once 'MECON/HTML/Link.php'; + $img = new MECON_HTML_Image('/MECON/images/general_nuevo', 'Agregar nuevo', array('border' => 0, 'align' => 'middle',)); - $link = new HTML_Link($tipo); + $link = new MECON_HTML_Link($tipo); $marco->addBody('