Created
August 19, 2015 19:57
-
-
Save supercleanse/3242bc57d878cb3278db to your computer and use it in GitHub Desktop.
The default email template for MemberPress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html style="font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; padding: 20px; position: relative; text-align: center; background-color: #efefef;"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html;UTF-8" /> | |
</head> | |
<body style="background-color: #efefef;"> | |
<div id="header-pad" style="width: 680px; height: 5px; padding 0; margin: 0 auto; text-align: left;"> | |
</div> | |
<?php echo $body; ?> | |
<div id="footer-pad" style="width: 680px; height: 50px; padding 0; margin: 0 auto; text-align: left;"> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment