aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sharebymail')
-rw-r--r--apps/sharebymail/templates/mailpassword.php4
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>