plain
6 years ago
admin-expiring-job.php
6 years ago
admin-new-job.php
6 years ago
admin-updated-job.php
6 years ago
email-footer.php
2 years ago
email-header.php
2 years ago
email-job-details.php
7 years ago
email-styles.php
2 years ago
employer-expiring-job.php
6 years ago
email-header.php
37 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Header for email notifications. |
| 4 | * |
| 5 | * This template can be overridden by copying it to yourtheme/job_manager/emails/email-header.php. |
| 6 | * |
| 7 | * @see https://wpjobmanager.com/document/template-overrides/ |
| 8 | * @author Automattic |
| 9 | * @package wp-job-manager |
| 10 | * @category Template |
| 11 | * @version 1.31.1 |
| 12 | */ |
| 13 | |
| 14 | if ( ! defined( 'ABSPATH' ) ) { |
| 15 | exit; // Exit if accessed directly. |
| 16 | } |
| 17 | ?> |
| 18 | |
| 19 | <!DOCTYPE html> |
| 20 | <html <?php language_attributes(); ?>> |
| 21 | <head> |
| 22 | <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" /> |
| 23 | <title><?php echo esc_html( get_bloginfo( 'name' ) ); ?></title> |
| 24 | </head> |
| 25 | <body> |
| 26 | <div id="wrapper" dir="<?php echo is_rtl() ? 'rtl' : 'ltr'?>" class="email-wrap"> |
| 27 | |
| 28 | <!--[if mso]> |
| 29 | <table cellpadding="0" cellspacing="0" border="0" style="padding:0px;margin:0px;width:100%;"> |
| 30 | <tr><td colspan="3" style="padding:0px;margin:0px;font-size:20px;height:20px;" height="20"> </td></tr> |
| 31 | <tr> |
| 32 | <td style="padding:0px;margin:0px;"> </td> |
| 33 | <td style="padding:0px;margin:0px;" width="560"> |
| 34 | <![endif]--> |
| 35 | |
| 36 | <div class="content-wrap"> |
| 37 |