svn commit: r1178131 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/ajaxbreadcrumbs.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1178131 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/ajaxbreadcrumbs.ftl

jleroux@apache.org
Author: jleroux
Date: Sun Oct  2 06:41:47 2011
New Revision: 1178131

URL: http://svn.apache.org/viewvc?rev=1178131&view=rev
Log:
When you think about the product snippet is useless: there are no products in the categories tree

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/ajaxbreadcrumbs.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/ajaxbreadcrumbs.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/ajaxbreadcrumbs.ftl?rev=1178131&r1=1178130&r2=1178131&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/ajaxbreadcrumbs.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/ajaxbreadcrumbs.ftl Sun Oct  2 06:41:47 2011
@@ -74,14 +74,6 @@ under the License.
         </#if>
       </a>
     </#if>
-    <#-- Show the product, if there is one -->
-    <#if productContentWrapper?exists>
-      <#if isDefaultTheme>
-           &nbsp;&gt; ${productContentWrapper.get("PRODUCT_NAME")?if_exists}    
-      <#else>
-        <li>${productContentWrapper.get("PRODUCT_NAME")?if_exists}</li>
-      </#if>
-    </#if>
   </ul>
 </div>
 <br />