20 lines
622 B
PHP
Executable File
20 lines
622 B
PHP
Executable File
<?php
|
|
|
|
$debugMsg .= monDebug(2, [
|
|
'lgCourante=' => $_SESSION['lgCouranteCode'],
|
|
'theImage' => $theImage,
|
|
'theImage Get =' => '',
|
|
'thePopup' => $thePopup,
|
|
'theAlt' => $theAlt,
|
|
'propager' => $propager,
|
|
'codeOpe' => $codeOpe,
|
|
'modifLg' => $modifLg,
|
|
'titreAfficher =' => $titreAfficher[0],
|
|
'imgRepeat' => $imgRepeat,
|
|
'imgSize' => $imgSize,
|
|
'backgroundRepeat' => $backgroundRepeat,
|
|
'backgroundSize' => $backgroundSize,
|
|
'trouveLG' => $trouveLG
|
|
], 'titre.debug.php');
|
|
|
|
?>
|