// header('Location: error')
}
//}}}
- require_once 'HTML/Image.php';
+ require_once 'MECON/HTML/Image.php';
- $MARCO->addBody(new HTML_Image('images/inicio.jpg'));
+ $MARCO->addBody(new MECON_HTML_Image('images/inicio.jpg'));
$MARCO->setEspacios(false);
$MARCO->display();
?>