summaryrefslogtreecommitdiffstats
path: root/apps/encryption/templates
diff options
context:
space:
mode:
authorFelix Epp <work@felixepp.de>2016-09-19 16:00:41 +0200
committerFelix A. Epp <work@felixepp.de>2016-11-30 01:06:47 +0100
commit6aa79cacfd8958c68f48f4f230fea9fb972ed3ae (patch)
tree7ef5cc3c4493332f65abbafb28d57889b711bf58 /apps/encryption/templates
parentf9271ebbd612c42eb33fb2b74023f7f7c8c1e05f (diff)
downloadnextcloud-server-6aa79cacfd8958c68f48f4f230fea9fb972ed3ae.tar.gz
nextcloud-server-6aa79cacfd8958c68f48f4f230fea9fb972ed3ae.zip
Fix mail header logo [fixes #1326]
Signed-off-by: Felix A. Epp <work@felixepp.de>
Diffstat (limited to 'apps/encryption/templates')
-rw-r--r--apps/encryption/templates/mail.php5
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">&nbsp;</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">&nbsp;</td></tr>