Was just reading through this thread as I was wanting to do the same thing and I came up with the following solution. In the line that Dr. Byte recommended commenting out above, I changed it to read
So that it reads shop, not home. I also added a new line above it as follows:Code:$breadcrumb->add('Shop', zen_href_link(FILENAME_DEFAULT));
Which means my breadcrumb now has Home :: Shop - both linking to the right placeCode:$breadcrumb->add('Home', 'http://www.example.com');![]()







Bookmarks