From 29220a2a58d9a4e3c60cc8d7bdc6ccae402057a8 Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <kevin@nexedi.com>
Date: Wed, 27 Apr 2005 14:01:49 +0000
Subject: [PATCH] logo update

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2955 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/ERP5Site.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py
index b3d7698fec..5cb841b639 100755
--- a/product/ERP5/ERP5Site.py
+++ b/product/ERP5/ERP5Site.py
@@ -671,7 +671,7 @@ class ERP5Generator(PortalGenerator):
                       col_size python:16;
                       col_len python:(module_len + col_size) / col_size">
         <td>
-          <img src="images/erp5_logo.jpg" alt="ERP5 Logo" />
+          <img src="images/erp5_logo.png" alt="ERP5 Logo" />
         </td>
         <tal:block tal:repeat="col_no python:range(col_len)">
           <td valign="top" class="ModuleShortcut">
-- 
2.30.9