summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-08-18 11:56:40 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-08-18 11:56:40 +0000
commit617ff0a7ed84e1b0b47a434212a78514970adbe0 (patch)
tree6e973158848f184e0a2d6e5095dd5c3dd83d780f
parent71919f0650771f5fc9ead3277b13fe251194cbff (diff)
- Use logo object in error and messageprint templates too
git-svn-id: https://svn.roundcube.net/trunk@5086 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/templates/error.html2
-rw-r--r--roundcubemail/skins/default/templates/messageprint.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/error.html b/roundcubemail/skins/default/templates/error.html
index 36862ce38..60af53b2a 100644
--- a/roundcubemail/skins/default/templates/error.html
+++ b/roundcubemail/skins/default/templates/error.html
@@ -6,7 +6,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 style="width:400px; margin:60px auto;">
$__page_content
diff --git a/roundcubemail/skins/default/templates/messageprint.html b/roundcubemail/skins/default/templates/messageprint.html
index ea7a320f9..31022394b 100644
--- a/roundcubemail/skins/default/templates/messageprint.html
+++ b/roundcubemail/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" />