hellofacteurV1/vues/compte_email_maj_validation...

10 lines
290 B
PHP
Raw Permalink Normal View History

2021-11-02 11:23:49 +01:00
<?php
/**
* Vue affichant les erreurs éventuellement rencontrées durant la validation d'un nouvel email
*
**/
$header_title=SITE_NOM." >> Erreurs validation.";
$header_robots="noindex,nofollow";
$body_title="Erreurs durant la validation nouvel email.";
require(TEMPLATE_REP."/page.php");