Your IP : 216.73.216.95


Current Path : /var/www/html/soar-backup/wp-content/plugins/give/templates/emails/
Upload File :
Current File : /var/www/html/soar-backup/wp-content/plugins/give/templates/emails/header.php

<?php
/**
 * Email Header
 *
 * @package     Give/Templates/Emails
 * @version     1.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}
// This is the footer used if no others are available
?>
<!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<title><?php echo get_bloginfo( 'name' ); ?></title>
	</head>
	<body>