diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-03 11:54:05 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-03 11:54:05 +0000 |
| commit | defd71205cc40f8ad76792eaae6751910709a56d (patch) | |
| tree | 12327364a6bf68f89b64c58217d2bb2bada36c05 | |
| parent | 151629c3e9915dc9d011de3b8611121f2ac6c1df (diff) | |
#1484893
git-svn-id: https://svn.roundcube.net/trunk@1244 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/printmessage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/printmessage.html b/roundcubemail/skins/default/templates/printmessage.html index 223c98b4d..eecff69fb 100644 --- a/roundcubemail/skins/default/templates/printmessage.html +++ b/roundcubemail/skins/default/templates/printmessage.html @@ -6,7 +6,7 @@ </head> <body> -<div id="header"><img src="/images/roundcube_logo_print.gif" width="182" height="50" alt="RoundCube Webmail" /></div> +<div id="header"><img src="/images/roundcube_logo_print.gif" alt="<roundcube:object name="productname" />" /></div> <div id="messageframe"> <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" /> |
