X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/2dd89e44c718262ef75b7c451d947a5e866b3e67..9c1bc8b1e573fdc02d368d21899f10e4f42a0eac:/sistema/www/index.php?ds=sidebyside diff --git a/sistema/www/index.php b/sistema/www/index.php index 4956921..6769b13 100644 --- a/sistema/www/index.php +++ b/sistema/www/index.php @@ -27,9 +27,9 @@ // header('Location: error') } //}}} - require_once 'HTML/Image.php'; + require_once 'MECON/HTML/Image.php'; - $MARCO->addBody(new HTML_Image('images/inicio.jpg')); + $MARCO->addBody(new MECON_HTML_Image('images/inicio.jpg')); $MARCO->setEspacios(false); $MARCO->display(); ?>