17 lines
409 B
PHP
Executable File
17 lines
409 B
PHP
Executable File
<?php
|
|
monDebug(2, [
|
|
'isEspace' => $isEspace,
|
|
'afficherEspace' => $afficherEspace,
|
|
'afficherMenu' => $afficherMenu,
|
|
'idLanguenav' => $idLanguenav,
|
|
'idParam' => $idParam,
|
|
'activation' => $activation,
|
|
'theMsg' => $theMsg,
|
|
'thePopup' => $thePopup,
|
|
'theAlt' => $theAlt,
|
|
'theFichier' => $theFichier,
|
|
'icone' => $icone,
|
|
'codeOpe' => $codeOpe,
|
|
'theLien' => $theLien],
|
|
'ongMenus.debug');
|
|
?>
|