error_reporting ( 0 ) ;
$template = new template(".");
$template->set_file("cadre","./templates/liste_restauration.tpl");
$template->set_block("cadre","LISTE","liste");
$template->set_var("ANCRE","frederic");
$template->set_var("TITRE", "Frederic MCDF Pays de Loire");
$template->set_var("PHOTO_1","restauration_pictures/frederic/avant/small_Photo01.jpg");
$template->set_var("PHOTO_2","restauration_pictures/frederic/demontage/small_Photo01.jpg");
$template->set_var("PHOTO_3","restauration_pictures/frederic/remontage/small_Photo01.jpg");
$template->set_var("PHOTO_4","restauration_pictures/frederic/apres/small_Photo01.jpg");
$template->set_var("TEXTE","---- Texte a venir ---");
$template->parse("liste", "LISTE", true);
$template->set_var("ANCRE","michel");
$template->set_var("TITRE", "Michel MCDF Pays de Loire");
$template->set_var("PHOTO_1","restauration_pictures/michel/avant/small_DSCN0301.jpg");
$templat