commit | 47cf90bba5841a750806533973f60bdbb36d61a8 | [log] [tgz] |
---|---|---|
author | matheusfillipe <matheusfillipeag@gmail.com> | Thu May 13 03:36:21 2021 -0300 |
committer | matheusfillipe <matheusfillipeag@gmail.com> | Thu May 13 03:36:21 2021 -0300 |
tree | 6a03c63574bd6b1878b1580e0e26dca3de90ae95 | |
parent | 5b6315f36675ce0a94a34550559af9c1cc5f44fc [diff] [blame] |
translation/templating
diff --git a/templates/confirm_your_email.htm b/templates/confirm_your_email.htm new file mode 100644 index 0000000..0b7d855 --- /dev/null +++ b/templates/confirm_your_email.htm
@@ -0,0 +1,5 @@ +<h2>Almost there! Confirm your email</h2> + +<?php +echo "<p>Didn't receive anything yet? <a href='".$BASE_URL."/?type=resend&token=".$_SESSION['resend']."'>Click here</a> to resend the confirmation email.</p>"; +?>