diff options
author | Yehuda Hassine <yehuda@myinbox.in> | 2019-05-02 07:42:15 +0300 |
---|---|---|
committer | Yehuda Hassine <yehuda@myinbox.in> | 2019-05-02 07:42:15 +0300 |
commit | 75e5f6e319d5d36f3076fe2eb449bb089b8ce3da (patch) | |
tree | 350acb4c3c39a98d2958183ef8d5156250d011fb /Postman/Postman-Email-Log/PostmanEmailLogController.php | |
parent | 2418df179a32dfe20559a948e4fff10ee23e2a7c (diff) | |
download | Post-SMTP-75e5f6e319d5d36f3076fe2eb449bb089b8ce3da.zip |
small issues
Diffstat (limited to 'Postman/Postman-Email-Log/PostmanEmailLogController.php')
-rw-r--r-- | Postman/Postman-Email-Log/PostmanEmailLogController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Postman/Postman-Email-Log/PostmanEmailLogController.php b/Postman/Postman-Email-Log/PostmanEmailLogController.php index 2845967..79751f3 100644 --- a/Postman/Postman-Email-Log/PostmanEmailLogController.php +++ b/Postman/Postman-Email-Log/PostmanEmailLogController.php @@ -351,6 +351,8 @@ class PostmanEmailLogController { /* Translators where (%s) is the name of the plugin */ echo sprintf( __( '%s Email Log', 'post-smtp' ), __( 'Post SMTP', 'post-smtp' ) )?></h2> + <?php include_once POST_PATH . '/Postman/extra/donation.php'; ?> + <div style="background: #ECECEC; border: 1px solid #CCC; padding: 0 10px; margin-top: 5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;"> <p><?php |