<?php
include_once( 'includes/prepend.php' );
$oTemplate->assign( 'body', '<h1>'.$oLang[ 'titre_accueil' ].'</h1><br/>'.$oLang[ 'desc_accueil' ].'<br/><br/><br/><br/><br/>' );
$oTemplate->clear_cache('index.html');
$oTemplate->display('index.html');
?>