X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/421bca9938fcbe0d0cf3e715a27f0a6bc37c15c3..79cc4f777b6fe9d907ccad24a2fc65246d0253ed:/sistema/www/sistemas/sistemas-datos.php?ds=sidebyside diff --git a/sistema/www/sistemas/sistemas-datos.php b/sistema/www/sistemas/sistemas-datos.php index 689b4a5..7ba7ace 100644 --- a/sistema/www/sistemas/sistemas-datos.php +++ b/sistema/www/sistemas/sistemas-datos.php @@ -28,7 +28,7 @@ //SAMURAI {{{ require_once 'SAMURAI/Sistema.php'; //}}} - require_once 'HTML/Image.php'; + require_once 'MECON/HTML/Image.php'; require_once 'HTML/Page.php'; // }}} @@ -70,7 +70,7 @@ //DIBUJO LA PAGINA {{{ $PAGE->addBodyContent($FORM); - $imagen = new HTML_Image('/MECON/images/general_cerrar.gif'); + $imagen = new MECON_HTML_Image('/MECON/images/general_cerrar.gif'); $PAGE->addBodyContent(''.$imagen->toHtml().''); $PAGE->setTitle('Datos del Sistema'); $PAGE->display();