| .. | |||||
| body-default.php | |||||
| body.php | |||||
| footer-default.php | |||||
| footer.php | |||||
| header-default.php | |||||
| header.php |
<?php
/**
* Email Header
*
* @package Give/Templates/Emails
* @version 1.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
// {email} is replaced by the content entered in Donations > Settings > Emails
?>
{email}
| .. | |||||
| body-default.php | |||||
| body.php | |||||
| footer-default.php | |||||
| footer.php | |||||
| header-default.php | |||||
| header.php |