Author: jleroux
Date: Sat Mar 31 16:57:36 2012
New Revision: 1307848

URL: http://svn.apache.org/viewvc?rev=1307848&view=rev
Log:
A patch from Pierre Smits "Include meta tag 'generator' in the ecommerce theme" 
https://issues.apache.org/jira/browse/OFBIZ-4544

Includes the tag <meta name="generator" content="Apache OFBiz - eCommerce"> 
into the eCommerce theme. 
This will help improve visibility when searching for implemented webshops.

Modified:
    
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/headerHead.ftl

Modified: 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/headerHead.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/headerHead.ftl?rev=1307848&r1=1307847&r2=1307848&view=diff
==============================================================================
--- 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/headerHead.ftl 
(original)
+++ 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/headerHead.ftl 
Sat Mar 31 16:57:36 2012
@@ -82,6 +82,7 @@ under the License.
   </#if>
 
   <#-- Meta tags if defined by the page action -->
+  <meta name="generator" content="Apache OFBiz - eCommerce"/>
   <#if metaDescription?exists>
     <meta name="description" content="${metaDescription}"/>
   </#if>


Reply via email to