X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/14b7965388416e66c0d012ac6f001f9c877b5ce8..1fce1689d24ee6eed11644946bfa777a06d2ef8e:/sistema/www/index.php diff --git a/sistema/www/index.php b/sistema/www/index.php index 2f2a4df..2f071e0 100644 --- a/sistema/www/index.php +++ b/sistema/www/index.php @@ -18,12 +18,11 @@ // +----------------------------------------------------------------------+ // // $Id$ -// $Author$ -// $URL$ -// $Date$ -// $Rev$ // + require_once 'HTML/Image.php'; + $MARCO = new Marco ('../conf/confSecciones.php'); - $MARCO->addBody(''); + $MARCO->addBody(new HTML_Image('images/inicio.jpg')); + $MARCO->setEspacios(false); $MARCO->display(); ?>