| Marc Kupietz | 69f2029 | 2023-03-06 07:03:46 +0100 | [diff] [blame^] | 1 | <div class="alert alert-info" role="alert"> | 
 | 2 |     <h2>Almost there! Confirm your email address</h2> | 
 | 3 |     <p>An email with the subject <i>[<?php echo $SERVICE_ACRONYM;?>] Confirm your email address</i>  | 
 | 4 |         has been sent to you. Follow the steps in the email to confirm your email address.</p> | 
 | 5 |         <?php echo "<p>Didn't receive anything yet? <a href='".$BASE_URL."/?type=resend&token=".$_SESSION['resend']."'>Click here</a> | 
 | 6 |         to resend the confirmation email to ".$_SESSION['email']; ?>. | 
 | 7 |     </p> | 
 | 8 | </div> |