From 0d16eb7ba53aa25c81329dc28f7cb5ade2497961 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 18 Aug 2011 07:56:40 -0400 Subject: [PATCH] - Use logo object in error and messageprint templates too --- skins/default/templates/messageprint.html | 2 +- skins/default/templates/error.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/default/templates/error.html b/skins/default/templates/error.html index 36862ce..60af53b 100644 --- a/skins/default/templates/error.html +++ b/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/skins/default/templates/messageprint.html b/skins/default/templates/messageprint.html index ea7a320..3102239 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" /> -- Gitblit v1.9.1