summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/templates
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-11-29 16:31:40 +0100
committerFelix A. Epp <work@felixepp.de>2016-11-30 01:07:00 +0100
commit01867b42d4dbc521e1e738f9f93a35389a7a5903 (patch)
treea2be6289a689f25525e3d589a0279af9676ed417 /apps/sharebymail/templates
parent6aa79cacfd8958c68f48f4f230fea9fb972ed3ae (diff)
downloadnextcloud-server-01867b42d4dbc521e1e738f9f93a35389a7a5903.tar.gz
nextcloud-server-01867b42d4dbc521e1e738f9f93a35389a7a5903.zip
Update sharedbymail template
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/sharebymail/templates')
-rw-r--r--apps/sharebymail/templates/mail.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/sharebymail/templates/mail.php b/apps/sharebymail/templates/mail.php
index 48f7dcb063a..ea3531809a9 100644
--- a/apps/sharebymail/templates/mail.php
+++ b/apps/sharebymail/templates/mail.php
@@ -27,9 +27,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>