Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add link to breadcrumb


weightman

Recommended Posts

Posted

The breadcrumb in created in /includes/application_top.php. Check around line 465 of your (unmodified) application_top for the following, and modify as desired:

 

// include the breadcrumb class and start the breadcrumb trail
 require(DIR_WS_CLASSES . 'breadcrumb.php');
 $breadcrumb = new breadcrumb;

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

Archived

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

×
×
  • Create New...