Files

7 lines
151 B
PHP
Raw Permalink Normal View History

2026-06-10 16:27:25 +02:00
<h2><?php echo $titre_message; ?></h2>
<p><?php echo $contenu_message; ?></p>
<p>
<a href="<?php echo site_url($lien_retour); ?>">Retour</a>
</p>