Açıklama Yok

pending_email.php 1.1KB

123456789101112131415161718192021222324252627
  1. <?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
  2. <div style="max-width: 560px;padding: 20px;background: #ffffff;border-radius: 5px;margin:40px auto;font-family: Open Sans,Helvetica,Arial;font-size: 15px;color: #666;">
  3. <div style="color: #444444;font-weight: normal;">
  4. <div style="text-align: center;font-weight:600;font-size:26px;padding: 10px 0;border-bottom: solid 3px #eeeeee;">{site_name}</div>
  5. <div style="clear:both"></div>
  6. </div>
  7. <div style="padding: 0 30px 30px 30px;border-bottom: 3px solid #eeeeee;">
  8. <div style="padding: 30px 0;font-size: 24px;text-align: center;line-height: 40px;">Thank you for signing up!<span style="display: block;">Your account has to be manually reviewed.</span></div>
  9. <div style="padding: 15px;background: #eee;border-radius: 3px;text-align: center;">Please allow us some time to process your request and review your information.</div>
  10. </div>
  11. <div style="color: #999;padding: 20px 30px">
  12. <div style="">Thank you!</div>
  13. <div style="">The <a href="{site_url}" style="color: #3ba1da;text-decoration: none;">{site_name}</a> Team</div>
  14. </div>
  15. </div>