Guest Posted February 4, 2003 Share Posted February 4, 2003 I had created a series of new HEADER_TITLE_ 's in /catalog/includes/languages/english.php for additional breadcrumbs. But for some reason it didn't work and I don't understand why. I created the following in english.php define('HEADER_TITLE_COMICNEWS', 'Comic News'); define('HEADER_TITLE_WEBFORUMS', 'Web Forums'); define('HEADER_TITLE_AUCTION', 'Auction Block'); Then in /catalog/includes/application_top.php I added them to the breadcrumb list like so: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT) $breadcrumb->add(HEADER_TITLE_COMICNEWS, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_WEBFORUMS, HTTP_SERVER/forums/); $breadcrumb->add(HEADER_TITLE_AUCTION, HTTP_SERVER/auction/)); But I get a big parse error when I try to load the main catalog page after that. Obviously I'm doing something wrong, but this looked like the right way to do it... is there someway else to add additional breadcrumbs? Thanks. Link to comment Share on other sites More sharing options...
Guest Posted February 5, 2003 Share Posted February 5, 2003 Just to help answer this question. I now see it was answered the day before I posted this, to another forum http://www.oscommerce.com/forums/viewtopic.php?t=24033 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.