prestation/Vue_sav/Erreur/index.php
2026-05-07 03:08:53 +00:00

10 lines
241 B
PHP
Executable File

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