// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
homedir
/
public_html
/
wp-content
/
plugins
/
easy-digital-downloads
/
templates
/
emails
[ PARENT ]
EDIT :: header.php
<?php /** * Email Header * * @author Easy Digital Downloads * @package Easy Digital Downloads/Templates/Emails * @version 2.1 */ 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>
SAVE
CANCEL