alpha_full/_include/req/19-paramConst.php
2026-04-06 22:58:51 +02:00

8 lines
352 B
PHP
Executable File

<?php
for($const=0; $const<count($paramId); $const++) {
// ---------------------------------------------------
// Plier / Dérouler le menu du Back Office (1) ou le laisser toujours ouvert (0)
// ---------------------------------------------------
if ($paramId[$const] == 1) {$_SESSION['deplierMenuAdmin'] = $thmParamVal[$const];}
}
?>