diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-03 12:43:22 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-03 12:43:22 +0100 |
commit | b8d0fc94949e6e28b9fcb603deec9759e55cb6a3 (patch) | |
tree | 041fb28d4deb7f7b232227a3eb3ef883cf732f0d /core/templates/mail.php | |
parent | eac9eebfdb3f7e3770ee70f35d3528a7fa31d153 (diff) | |
download | nextcloud-server-b8d0fc94949e6e28b9fcb603deec9759e55cb6a3.tar.gz nextcloud-server-b8d0fc94949e6e28b9fcb603deec9759e55cb6a3.zip |
make mail notification header color themable
Diffstat (limited to 'core/templates/mail.php')
-rw-r--r-- | core/templates/mail.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/mail.php b/core/templates/mail.php index c46fd6ab805..854240a976f 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"> </td> -<td bgcolor="#1d2d44"> +<td bgcolor="<?php print_unescaped($theme->getMailHeaderColor());?>" width="20px"> </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> |