7 lines
151 B
PHP
7 lines
151 B
PHP
|
|
<h2><?php echo $titre_message; ?></h2>
|
||
|
|
|
||
|
|
<p><?php echo $contenu_message; ?></p>
|
||
|
|
|
||
|
|
<p>
|
||
|
|
<a href="<?php echo site_url($lien_retour); ?>">Retour</a>
|
||
|
|
</p>
|