2
0

cms.parametres-comptes.php 397 B

123456789101112131415
  1. <header class="d-flex flex-column flex-md-row align-items-md-center p-3 bg-light ">
  2. <h2 class="bd-title" id="content">
  3. <span>Administration : Comptes Bancaires</span>
  4. </h2>
  5. </header>
  6. <?php
  7. echo core::filAriane(array(
  8. "current" => "Comptes Bancaires",
  9. "arbo" => array(
  10. "Administration" => NULL,
  11. "Comptes Bancaires" => "/parametres-comptes.html"
  12. )
  13. ));
  14. ?>