X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/2dd89e44c718262ef75b7c451d947a5e866b3e67..dca3e83212951982c59f002efc6c349f9d9c0ad2:/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(); ?>