summaryrefslogtreecommitdiffstats
path: root/core/templates/mail.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-11 16:38:07 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-11 16:38:07 +0200
commitaacca494c504d97be4ba0eb93289604b392d946f (patch)
treeee06a764dcfaaf057087654fa39e77d5e547995f /core/templates/mail.php
parentc5f2ea9a9511e78d724bb1c90748f894bb8b57af (diff)
downloadnextcloud-server-aacca494c504d97be4ba0eb93289604b392d946f.tar.gz
nextcloud-server-aacca494c504d97be4ba0eb93289604b392d946f.zip
introduce shortname themable string and split from title, use for image alt text
Diffstat (limited to 'core/templates/mail.php')
-rw-r--r--core/templates/mail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/mail.php b/core/templates/mail.php
index 562ad82e953..a9fdff06067 100644
--- a/core/templates/mail.php
+++ b/core/templates/mail.php
@@ -5,7 +5,7 @@
<tr>
<td bgcolor="#1d2d44" width="20px">&nbsp;</td>
<td bgcolor="#1d2d44">
-<img src="<?php print_unescaped(OC_Helper::makeURLAbsolute(image_path('', 'logo-mail.gif'))); ?>" alt="ownCloud"/>
+<img src="<?php print_unescaped(OC_Helper::makeURLAbsolute(image_path('', 'logo-mail.gif'))); ?>" alt="<?php p($defaults->getName()); ?>"/>
</td>
</tr>
<tr><td bgcolor="#f8f8f8" colspan="2">&nbsp;</td></tr>