From b06c0668a5314f51f0aeb2cfc1618922f4292776 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Mon, 30 May 2005 13:42:47 +0000
Subject: [PATCH] Make the logo linked to www.erp5.org.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3118 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 912801d0c7..2abd9ddb2a 100755
--- a/product/ERP5/ERP5Site.py
+++ b/product/ERP5/ERP5Site.py
@@ -692,7 +692,7 @@ class ERP5Generator(PortalGenerator):
                       col_size python:16;
                       col_len python:(module_len + col_size) / col_size">
         <td>
-          <img src="images/erp5_logo.png" alt="ERP5 Logo" />
+          <a href="http://www.erp5.org"><img src="images/erp5_logo.png" alt="ERP5 Logo" /></a>
         </td>
         <tal:block tal:repeat="col_no python:range(col_len)">
           <td valign="top" class="ModuleShortcut">
-- 
2.30.9