summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-03 12:43:22 +0100
committerVincent Petry <pvince81@owncloud.com>2014-03-03 16:50:05 +0100
commitb3c5aaa1cac4edc07cc895fbc2772fa31bf97684 (patch)
treed688bd39791358b803b1b8133effe6bb0d38ac62 /core
parentea62d23cb33879e8e267f9feed937c4c3e1f81ba (diff)
downloadnextcloud-server-b3c5aaa1cac4edc07cc895fbc2772fa31bf97684.tar.gz
nextcloud-server-b3c5aaa1cac4edc07cc895fbc2772fa31bf97684.zip
make mail notification header color themable
Diffstat (limited to 'core')
-rw-r--r--core/templates/mail.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/mail.php b/core/templates/mail.php
index 80ea3b8604b..07709463002 100644
--- a/core/templates/mail.php
+++ b/core/templates/mail.php
@@ -2,8 +2,8 @@
<tr><td>
<table cellspacing="0" cellpadding="0" border="0" width="600px">
<tr>
-<td bgcolor="#1d2d44" width="20px">&nbsp;</td>
-<td bgcolor="#1d2d44">
+<td bgcolor="<?php print_unescaped($theme->getMailHeaderColor());?>" width="20px">&nbsp;</td>
+<td bgcolor="<?php print_unescaped($theme->getMailHeaderColor());?>">
<img src="<?php print_unescaped(OC_Helper::makeURLAbsolute(image_path('', 'logo-mail.gif'))); ?>" alt="<?php p($theme->getName()); ?>"/>
</td>
</tr>