25 lines
630 B
PHP
Executable File
25 lines
630 B
PHP
Executable File
<?php
|
|
|
|
$debugMsg .= monDebug(1, [
|
|
'tableSiteWidth' => '',
|
|
'  ' => '',
|
|
'tableMenuGaucheWidth' => '',
|
|
'tableTitresWidth' => '',
|
|
'tablePubWidth' => '',
|
|
'tableHeigth' => '',
|
|
'champsHaut' => '',
|
|
'siteHeightt' => '',
|
|
'accueilHeight' => '',
|
|
'formHeight' => ''
|
|
], '');
|
|
|
|
$debugMsg .= monDebug (1, [
|
|
'idDimension' => $idDimension,
|
|
'dimObject' => $dimObject,
|
|
'dimDesc' => $dimDesc,
|
|
'dimVal' => $dimVal,
|
|
'dimUnite' => $dimUnite,
|
|
'faireSelect' => $faireSelect,
|
|
'$_POST[valider]' => $_POST['valider']
|
|
],'dimensions.debug.php');
|
|
?>
|