alpha_full/admin/styles/dimensions/dimensionsDebug.php
2026-04-06 22:58:51 +02:00

25 lines
630 B
PHP
Executable File

<?php
$debugMsg .= monDebug(1, [
'tableSiteWidth' => '',
'&#160;&#160;' => '',
'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');
?>