adjust to changes in the theming app

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Bjoern Schiessle 2017-04-06 11:33:48 +02:00
parent 0dc13d098f
commit 11b46389af
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with 2 additions and 2 deletions

View File

@ -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>