Jump to content

Breadcrumb last line behaviour


Recommended Posts

I'm not seeing how to clip it, though I'm convinced I've done it before.

I find having the bread crumb finish on the item to in the product description to be a be redundant, like shown in the attachment, it's just the same words x 2

Untitled-1.jpg

Link to comment
Share on other sites

Please look in /classes/catalogue.class.php, near the end of public function displayProduct().

Find:
$GLOBALS['gui']->addBreadcrumb($product['name'], currentPage());

Change to:
// $GLOBALS['gui']->addBreadcrumb($product['name'], currentPage());

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...