]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/index.php
Funcionalidad terminada, salvo consultas. Solo falta ver bien si hay errores
[mecon/samurai.git] / sistema / www / index.php
index 2f2a4df357dbf85c23d4f0beda1b35b56cc51458..2f071e0e5c4ab90b63ee40060d83554be85c87f6 100644 (file)
 // +----------------------------------------------------------------------+
 //
 // $Id$
 // +----------------------------------------------------------------------+
 //
 // $Id$
-// $Author$
-// $URL$
-// $Date$
-// $Rev$
 // 
 // 
+    require_once 'HTML/Image.php';
+    
     $MARCO = new Marco ('../conf/confSecciones.php');
     $MARCO = new Marco ('../conf/confSecciones.php');
-    $MARCO->addBody('<img src="images/inicio.jpg" border="0">');
+    $MARCO->addBody(new HTML_Image('images/inicio.jpg'));
+    $MARCO->setEspacios(false);
     $MARCO->display();
 ?>
     $MARCO->display();
 ?>