X-Git-Url: https://git.llucax.com/mecon/yatta.git/blobdiff_plain/f69b3e8650767be306f772a4240035c57f4e1085..f485a92ad5f11f2d70726b8138fd11f77bb9e9e8:/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(); ?>