X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/4125098828a58d8eadc6b55cace17efe732df4e8..380db138cd51d18c0573c96277db4854c36c1811:/sistema/www/index.php?ds=inline diff --git a/sistema/www/index.php b/sistema/www/index.php index 49bfb7f..b49b766 100644 --- a/sistema/www/index.php +++ b/sistema/www/index.php @@ -27,7 +27,10 @@ // $Id$ // -$MARCO->addBody("INDEX"); +require_once 'HTML/Image.php'; + +$MARCO->setEspacios(false); +$MARCO->addBody(new HTML_Image('images/home', 'Adminitrador de Intranet')); $MARCO->display(); ?>