From 90c9f141adde6d7eb48bdfe8ff58f64cff19f5ba Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Wed, 23 Nov 2011 09:53:46 +0000 Subject: [PATCH] Updated logos to 4.0 as requested by PHH. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32226 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/java/org/alfresco/web/ui/repo/tag/PageTag.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/java/org/alfresco/web/ui/repo/tag/PageTag.java b/source/java/org/alfresco/web/ui/repo/tag/PageTag.java index bfaf3fc0ec..027bdfc1ad 100644 --- a/source/java/org/alfresco/web/ui/repo/tag/PageTag.java +++ b/source/java/org/alfresco/web/ui/repo/tag/PageTag.java @@ -88,8 +88,8 @@ public class PageTag extends TagSupport * Please ensure you understand the terms of the license before changing the contents of this file. */ - private final static String ALF_LOGO_HTTP = "http://www.alfresco.com/assets/images/logos/community-3.4.png"; - private final static String ALF_LOGO_HTTPS = "https://www.alfresco.com/assets/images/logos/community-3.4.png"; + private final static String ALF_LOGO_HTTP = "http://www.alfresco.com/assets/images/logos/community-4.0.png"; + private final static String ALF_LOGO_HTTPS = "https://www.alfresco.com/assets/images/logos/community-4.0.png"; private final static String ALF_URL = "http://www.alfresco.com"; private final static String ALF_TEXT = "Alfresco Community"; private final static String ALF_COPY = "Supplied free of charge with " + @@ -101,7 +101,7 @@ public class PageTag extends TagSupport "Alfresco or its " + "Certified Partners. " + "Click here for support. " + - "Alfresco Software Inc. © 2005-2010 All rights reserved."; + "Alfresco Software Inc. © 2005-2011 All rights reserved."; private final static Log logger = LogFactory.getLog(PageTag.class); private static String alfresco = null;