<?
    $GLOBALS
['highlight'] = 'home';

    include(
'include/parts/header.php');
?>

<div class="header">Thank You</div>
<div class="content">
Please check your email for the confimation link in order to continue the registration.
</div>

<?
    
include('include/parts/footer.php');
?>