I want to be able to add my negotiation path to the breadcrumb, but the stuff I'm trying to determine isn't generated by the code until after the breadcrumb is already posted. I can hardcode the path based on the http path that has been called, but I haven't been able to find a variable that already has this information abstracted. Is there one? Is there some other way to abstract this path information? I tried to use the $current_page_base, but that information is already being posted to the breadcrumb by default and isn't getting me as deep as I want to go. I want to give an indicator for PathB and possibly PathC if the address of the webpage is http://www.example.com/PathA/PathB/PathC

I have my development on a local server, so I have no links.

I'm not positive, but I think my scenario is a similar scenario to why the shipped code has to do something a little different to get the category and product information onto the breadcrumb.

TIA Karen