View Single Post
  #2  
Old 07-23-2009, 04:31 AM
  Vetrivel's Avatar 
Vetrivel Vetrivel is offline
 

eXpert
  
Join Date: Apr 2008
Posts: 398
 

Default Re: Accidently Deleted Breadcrumbs On Product Pages

in product.php

PHP Code:
if (!empty($product_info)) $location[] = array($product_info["product"],""); 

This is the variable which will be displayed in the product page breadcrumb.
May be this will help you.

But ,this will change the page title too.
beware of that.
Reply With Quote