How can I remove the "home" link from the breadcrumb trail?
I've looked at catalog/includes/classes/breadcrumb.php, but can figure it out.
Thanks
This is a discussion on Edit Breadcrumb Trail within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; How can I remove the "home" link from the breadcrumb trail? I've looked at catalog/includes/classes/breadcrumb.php, but can figure it out. ...
How can I remove the "home" link from the breadcrumb trail?
I've looked at catalog/includes/classes/breadcrumb.php, but can figure it out.
Thanks
Found it, this is what i did.
Open /includes/application_top.php
Comment or remove this line
line 466 $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);
Bookmarks