// +----------------------------------------------------------------------+
//
// $Id$
-// $Author$
-// $URL$
-// $Date$
-// $Rev$
//
require_once 'HTML/Image.php';
-
- $MARCO = new Marco ('../conf/confSecciones.php');
+
$MARCO->addBody(new HTML_Image('images/inicio.jpg'));
$MARCO->setEspacios(false);
$MARCO->display();