cubecart / v6

CubeCart Version 6
https://cubecart.com
71 stars 59 forks source link

Breadcrumbs with Querystrings? #3524

Closed bhsmither closed 3 months ago

bhsmither commented 4 months ago

In catalogue.class.php, near line 497, there is:

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

Question: Is there ever a reason why a breadcrumb (being a link) should ever carry with it a querystring?

abrookbanks commented 3 months ago

I can't answer that but I'm keen to leave this as it is if everything is working.