alpha_full/admin/agencement/titre/titre.debug.php
2026-04-06 22:58:51 +02:00

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');
?>