$niveau, 'profondeur' => $profondeur, 'theEmplacement' => $theEmplacement, 'theFicPage' => $theFicPage], '01-generationFichier.php');} // ----------------------------------------------------- // Generation du contenu // ----------------------------------------------------- include ("./agencement/blocDroit/pages/output/02-genererContenuPage.php"); if (isset($debug[1]) && $debug[1] == '1') { $debugMsg .= monDebug(1, ['fichier' => $theEmplacement.$theFicPage ], '01-generationFichier.php');} // if (isset($debug[1]) && $debug[1] == '1') { $debugMsg .= monDebug(1, ['thePHP' => $thePHP ], '01-generationFichier.php');} if ($theEmplacement!='' && is_dir( $profondeur.$theEmplacement) ) { $retour=file_put_contents($profondeur.$theEmplacement.$theFicPage, $thePHP); if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(2, ['code retour' => $retour], '');} } else { $admMsg .="Attention emplacement invalide : " .$profondeur.$theEmplacement.$theFicPage; } ?>