newdesigngestionnaire/vues_newdesign/Erreur/index.php
2026-03-12 09:15:34 +00:00

12 lines
245 B
PHP
Executable File

<?php
$this->titre = "INTER SANTE - Gestion erreurs"
?>
<?php if(isset($msgErreur)): ?>
<div class="alert alert-danger" style="height:30px; padding:5px;" >
<H2><?= $this->nettoyer($msgErreur) ?></H2>
</div>
<?php endif; ?>