mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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
This commit is contained in:
@@ -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
|
||||
"<a class='footer' href='http://www.alfresco.com'>Alfresco</a> or its " +
|
||||
"<a class='footer' href='http://www.alfresco.com/partners/'>Certified Partners</a>. " +
|
||||
"<a class='footer' href='http://www.alfresco.com/services/support/'>Click here for support</a>. " +
|
||||
"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;
|
||||
|
Reference in New Issue
Block a user