Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Getting rid of the "catalog" in the breadcrumb


Sawtooth500

Recommended Posts

Posted

I've changed the "top" in my breadcrumb to say "home", and I want to get rid of the "catalog" in the breadcrumb altogether so it's just never there. How do I do this? Thanks.

Posted

In includes/application_top.php, remove or comment out with 2 forward slashes // this line

 

  $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));

 

Best to comment rather than remove so you can have it back if you change your mind later.

 

//  $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...