Guest User

Untitled

a guest
Jul 11th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <html>
  2. <body style="font-family: Helvetica; color: #313334; background: #f9f9f9;">
  3. <h1 style="font-size: 16px; color: rgb(120, 186, 145)">Confirm your MooTools Plugin Email</h1>
  4.  
  5. <p>Hey <?php echo $name ?></p>
  6. <p>We need to confirm you own this email address.</p>
  7.  
  8. <p>Please click the following URL to do so:<br /><?php echo link_to(url_for('user/confirmEmail?hash=' . $hash, array('absolute' => true)), 'user/confirmEmail?hash=' . $hash, array('absolute' => true)) ?></p>
  9.  
  10. <hr />
  11.  
  12. <p>If you have any problems with your account, or the link above doesn't work, please let us know by emailing info@mootools.net</p>
  13. <p>Thanks,<br />The MooTools Team</p>
  14. </body>
  15. </html>
Add Comment
Please, Sign In to add comment