| <div class="alert alert-success" role="alert"> | |
| <p>Your email address was confirmed! Thank you for registering for | |
| <?php | |
| echo $SERVICE_ACRONYM ."!"; | |
| if ($CONFERENCE_REGISTRATION) { | |
| echo " A confirmation email including the invoice and payment instructions has been sent to you."; | |
| } | |
| if(!empty($REDIRECT_TO) ) { echo "</p><p>You are being redirected..."; } ?> | |
| </p> | |
| </div> |