Author: jleroux
Date: Sun Oct 2 06:41:47 2011
New Revision: 1178131
URL:
http://svn.apache.org/viewvc?rev=1178131&view=revLog:
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>
- > ${productContentWrapper.get("PRODUCT_NAME")?if_exists}
- <#else>
- <li>${productContentWrapper.get("PRODUCT_NAME")?if_exists}</li>
- </#if>
- </#if>
</ul>
</div>
<br />