amdp3-metaforums/Application/Views/sign-up-success.php

10 lines
283 B
PHP
Raw Normal View History

2019-11-18 13:33:45 +00:00
<?php
include 'layouts/head.php';
?>
<h1>You are registered!</h1>
<p>However, you will need to confirm your email address before you can start exploring the wonderful world of our forum</p>
<p>Please check your inbox for further instructions</p>
<?php
include 'layouts/foot.php';
?>