diff options
author | alecpl <alec@alec.pl> | 2011-08-18 11:56:40 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-08-18 11:56:40 +0000 |
commit | 0d16eb7ba53aa25c81329dc28f7cb5ade2497961 (patch) | |
tree | fc33cf8a22d419be600f445c265d93aa2c8cbbff /skins/default/templates/messageprint.html | |
parent | 189a0ae4dcd965c9ea1ed3d203cfd5dd28922046 (diff) |
- Use logo object in error and messageprint templates too
Diffstat (limited to 'skins/default/templates/messageprint.html')
-rw-r--r-- | skins/default/templates/messageprint.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/messageprint.html b/skins/default/templates/messageprint.html index ea7a320f9..31022394b 100644 --- a/skins/default/templates/messageprint.html +++ b/skins/default/templates/messageprint.html @@ -7,7 +7,7 @@ </head> <body> -<div id="header"><img src="/images/roundcube_logo.png" alt="<roundcube:object name="productname" />" /></div> +<div id="header"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" alt="Logo" /></div> <div id="printmessageframe"> <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" /> |