| 1 |
<!doctype html> |
| 2 |
<html <?php language_attributes(); ?>> |
| 3 |
<head> |
| 4 |
<!--[if gte mso 15]> |
| 5 |
<xml> |
| 6 |
<o:OfficeDocumentSettings> |
| 7 |
<o:AllowPNG/> |
| 8 |
<o:PixelsPerInch>96</o:PixelsPerInch> |
| 9 |
</o:OfficeDocumentSettings> |
| 10 |
</xml> |
| 11 |
<![endif]--> |
| 12 |
<meta charset="<?php bloginfo( 'charset' ); ?>"> |
| 13 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" > |
| 14 |
<link rel="profile" href="https://gmpg.org/xfn/11"> |
| 15 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 16 |
</head> |
| 17 |
<body> |
| 18 |
<div class="fs_comment"> |
| 19 |
<?php echo $email_body; ?> |
| 20 |
</div> |
| 21 |
|
| 22 |
<div style="color: #9e9e9e; margin: 10px 0 14px 0; padding-top: 10px;border-top: 1px solid #eeeeee;"> |
| 23 |
<?php echo $email_footer; ?> |
| 24 |
</div> |
| 25 |
</body> |
| 26 |
</html> |
| 27 |
|