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