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