body-default.php
8 years ago
body.php
8 years ago
footer-default.php
8 years ago
footer.php
8 years ago
header-default.php
8 years ago
header.php
8 years ago
header.php
18 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Email Header |
| 4 | * |
| 5 | * @package Give/Templates/Emails |
| 6 | * @version 1.0 |
| 7 | */ |
| 8 | |
| 9 | if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly. |
| 10 | // This is the footer used if no others are available |
| 11 | ?> |
| 12 | <!DOCTYPE html> |
| 13 | <html> |
| 14 | <head> |
| 15 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 16 | <title><?php echo get_bloginfo( 'name' ); ?></title> |
| 17 | </head> |
| 18 | <body> |