Author: jacopoc
Date: Thu Jul 5 23:02:52 2007
New Revision: 553745
URL:
http://svn.apache.org/viewvc?view=rev&rev=553745Log:
Applied patch by Adrian Crum (OFBIZ-1129) to Add Shortcut Icon To The Simple Screen Decorator.
Modified:
ofbiz/trunk/framework/common/webcommon/includes/simple.ftl
Modified: ofbiz/trunk/framework/common/webcommon/includes/simple.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/simple.ftl?view=diff&rev=553745&r1=553744&r2=553745==============================================================================
--- ofbiz/trunk/framework/common/webcommon/includes/simple.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/simple.ftl Thu Jul 5 23:02:52 2007
@@ -28,6 +28,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>${layoutSettings.companyName}: <#if (page.titleProperty)?has_content>${uiLabelMap[page.titleProperty]}<#else>${(page.title)?if_exists}</#if></title>
+ <#if layoutSettings.shortcutIcon?has_content>
+ <link rel="shortcut icon" href="<@ofbizContentUrl>${layoutSettings.shortcutIcon}</@ofbizContentUrl>" />
+ </#if>
<#if layoutSettings.javaScripts?has_content>
<#--layoutSettings.javaScripts is a list of java scripts. -->
<#list layoutSettings.javaScripts as javaScript>