diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-06 11:33:48 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-07 15:44:00 +0200 |
commit | 11b46389af09a8ad95c38464fbafeca95d2f16fc (patch) | |
tree | f2b5a95784200e458d7d0c00b1413a653b878a32 /apps/sharebymail | |
parent | 0dc13d098fbd0cd7106ab99f0ed617827e89d72b (diff) | |
download | nextcloud-server-11b46389af09a8ad95c38464fbafeca95d2f16fc.tar.gz nextcloud-server-11b46389af09a8ad95c38464fbafeca95d2f16fc.zip |
adjust to changes in the theming app
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/sharebymail')
-rw-r--r-- | apps/sharebymail/templates/mailpassword.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/sharebymail/templates/mailpassword.php b/apps/sharebymail/templates/mailpassword.php index 49a4853292b..714a61cecd9 100644 --- a/apps/sharebymail/templates/mailpassword.php +++ b/apps/sharebymail/templates/mailpassword.php @@ -19,7 +19,7 @@ * */ -/** @var OC_Theme $theme */ +/** @var OCA\Theming\ThemingDefaults $theme */ /** @var array $_ */ ?> @@ -27,7 +27,7 @@ <tr><td> <table cellspacing="0" cellpadding="0" border="0" width="600px"> <tr> - <td colspan="2" bgcolor="<?php p($theme->getMailHeaderColor());?>"> + <td colspan="2" bgcolor="<?php p($theme->getColorPrimary());?>"> <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL(image_path('', 'logo-mail.png'))); ?>" alt="<?php p($theme->getName()); ?>"/> </td> </tr> |