Administration : Comptes Bancaires

"Comptes Bancaires", "arbo" => array( "Administration" => NULL, "Comptes Bancaires" => "/parametres-comptes.html" ) )); $allBank = banque::getAll(); $onglets = $form = []; foreach($allBank as $value){ $onglets[$value["id"]] = $value["label"]; $form[$value["id"]] = $value; } $onglets["add"] = "Nouveau compte"; $form["add"] = NULL; ?>
$label) { $activeClass = $first ? 'show active' : ''; echo '
'; banque::printFormCompte($form[$id]); echo '
'; $first = false; } ?>