diff options
Diffstat (limited to 'core/templates/mail.php')
-rw-r--r-- | core/templates/mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/mail.php b/core/templates/mail.php index 3721d50e27b..cda33490e85 100644 --- a/core/templates/mail.php +++ b/core/templates/mail.php @@ -2,7 +2,7 @@ <tr><td> <table cellspacing="0" cellpadding="0" border="0" width="600px"> <tr> -<td colspan="2" bgcolor="<?php p($theme->getMailHeaderColor());?>"> +<td colspan="2" bgcolor="<?php p($theme->getColorPrimary());?>"> <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL(image_path('', 'logo-mail.png'))); ?>" alt="<?php p($theme->getName()); ?>"/> </td> </tr> |