You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/04/16 21:12:57 UTC

svn commit: r765721 - /ofbiz/trunk/themes/smoothfeather/includes/header.ftl

Author: jleroux
Date: Thu Apr 16 19:12:56 2009
New Revision: 765721

URL: http://svn.apache.org/viewvc?rev=765721&view=rev
Log:
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="<@o...@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="<@o...@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>