diff --git a/core/layout/mail.php b/core/layout/mail.php
index 5c588a95..10ed6083 100755
--- a/core/layout/mail.php
+++ b/core/layout/mail.php
@@ -109,7 +109,18 @@
- getData(['locale', 'title']); ?>
+
+ getData(['module', $this->getUrl(0), 'config', 'signature' ]) === 'logo' && is_file( 'site/file/source/'. $this->getData(['module', $this->getUrl(0), 'config', 'logoUrl' ]))){
+ $imageFile = helper::baseUrl(false).'site/file/source/'. $this->getData(['module', $this->getUrl(0), 'config', 'logoUrl' ]) ;
+ $imageBase64 = base64_encode(file_get_contents($imageFile));
+ ?>
+ getData(['locale', 'title']);
+ } ?>
+
|
@@ -124,4 +135,4 @@