X-Git-Url: https://git.llucax.com/mecon/yatta.git/blobdiff_plain/f69b3e8650767be306f772a4240035c57f4e1085..da57f3c2acc48c5d0f0ff068599eef7ddf488388:/sistema/www/index.php diff --git a/sistema/www/index.php b/sistema/www/index.php index 312e690..790be53 100644 --- a/sistema/www/index.php +++ b/sistema/www/index.php @@ -23,5 +23,8 @@ Autor: @@author ------------------------------------------------------------------------------- $Id$ -----------------------------------------------------------------------------*/ +require_once 'MECON/HTML/Image.php'; +$MARCO->addBody(new MECON_HTML_Image('images/inicio.gif')); +$MARCO->setEspacios(false); $MARCO->display(); ?>