From 4b1647fcdc6e6442252e0866ceea45c3abd5de33 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 04 Sep 2009 06:42:24 -0400 Subject: [PATCH] New logo and minor changes to default skin --- skins/default/templates/printmessage.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/printmessage.html b/skins/default/templates/printmessage.html index 17ea7bf..f2775cd 100644 --- a/skins/default/templates/printmessage.html +++ b/skins/default/templates/printmessage.html @@ -6,7 +6,7 @@ </head> <body> -<div id="header"><img src="/images/roundcube_logo_print.gif" alt="<roundcube:object name="productname" />" /></div> +<div id="header"><img src="/images/roundcube_logo.png" alt="<roundcube:object name="productname" />" /></div> <div id="printmessageframe"> <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" /> -- Gitblit v1.9.1