garant/Vue/Erreur/index.php
2025-12-05 10:57:03 +00:00

10 lines
214 B
PHP
Executable File

<?php
$this->titre = "INTER-SANTE - ". _("Gestion erreurs");
?>
<?php if(isset($msgErreur)): ?>
<div class="alert alert-danger">
<H2><?= $this->nettoyer($msgErreur) ?></H2>
</div>
<?php endif; ?>