11 lines
349 B
PHP
Executable File
11 lines
349 B
PHP
Executable File
<?php
|
|
// -----------------------------------------------------
|
|
// Debug
|
|
// -----------------------------------------------------
|
|
$debugMsg .= monDebug(2, [
|
|
'nomTheme=' => $nomThemeCss,
|
|
'theVoletCss' => $theVoletCss ?? 'empty',
|
|
'nomCss' => $nomCss ?? 'empty',
|
|
'theNumCss' => $theNumCss ?? 'empty',
|
|
], 'ongStyles.debug.php');
|
|
?>
|