Author: jleroux
Date: Thu Apr 16 19:12:56 2009
New Revision: 765721
URL:
http://svn.apache.org/viewvc?rev=765721&view=revLog:
Fix the smoothfeather style favicon issue in "all" browsers but FF3 (on Windows XP) - OFBIZ-2303
Modified:
ofbiz/trunk/themes/smoothfeather/includes/header.ftl
Modified: ofbiz/trunk/themes/smoothfeather/includes/header.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/smoothfeather/includes/header.ftl?rev=765721&r1=765720&r2=765721&view=diff==============================================================================
--- ofbiz/trunk/themes/smoothfeather/includes/header.ftl (original)
+++ ofbiz/trunk/themes/smoothfeather/includes/header.ftl Thu Apr 16 19:12:56 2009
@@ -48,13 +48,12 @@
<link rel="start" href="" title="" />
<#if layoutSettings.shortcutIcon?has_content>
<#assign shortcutIcon = layoutSettings.shortcutIcon/>
- <#elseif layoutSettings.VT_SHORTCUT_ICON?has_content>
+ <#elseif layoutSettings.VT_SHORTCUT_ICON?has_content>
<#assign shortcutIcon = layoutSettings.VT_SHORTCUT_ICON.get(0)/>
</#if>
<#if shortcutIcon?has_content>
<link rel="shortcut icon" href="<@ofbizContentUrl>${shortcutIcon}</@ofbizContentUrl>" />
</#if>
- <link rel="icon" type="image/png" href="favicon.png" />
<#if layoutSettings.styleSheets?has_content>
<#list layoutSettings.styleSheets as styleSheet>
<link rel="stylesheet" href="<@ofbizContentUrl>${styleSheet}</@ofbizContentUrl>" media="screen,projection" type="text/css" charset="UTF-8"/>
@@ -128,4 +127,4 @@
</div>
</div>
<div id="logo"></div>
- <div id="shelf"></div>
\ No newline at end of file
+ <div id="shelf"></div>