diff options
Diffstat (limited to 'apps/encryption')
-rw-r--r-- | apps/encryption/templates/mail.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/encryption/templates/mail.php b/apps/encryption/templates/mail.php index 3783959b363..3754b4b3e58 100644 --- a/apps/encryption/templates/mail.php +++ b/apps/encryption/templates/mail.php @@ -6,9 +6,8 @@ <tr><td> <table cellspacing="0" cellpadding="0" border="0" width="600px"> <tr> - <td bgcolor="<?php p($theme->getMailHeaderColor());?>" width="20px"> </td> - <td bgcolor="<?php p($theme->getMailHeaderColor());?>"> - <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL(image_path('', 'logo-mail.gif'))); ?>" alt="<?php p($theme->getName()); ?>"/> + <td colspan="2" bgcolor="<?php p($theme->getMailHeaderColor());?>"> + <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL(image_path('', 'logo-mail.png'))); ?>" alt="<?php p($theme->getName()); ?>"/> </td> </tr> <tr><td colspan="2"> </td></tr> |