|
1
|
<?php |
|
2
|
/** |
|
3
|
* Email Footer
|
|
4
|
*
|
|
5
|
* @package Give/Templates/Emails
|
|
6
|
* @version 1.0
|
|
7
|
*/ |
|
8
|
|
|
9
|
if ( ! defined( 'ABSPATH' ) ) { |
|
10
|
exit; // Exit if accessed directly. |
|
11
|
} |
|
12
|
|
|
13
|
// This is the footer used if no others are available |
|
14
|
|
|
15
|
?> |
|
16
|
</body> |
|
17
|
</html> |
|
18
|
|