the2003s Posted November 28, 2006 Posted November 28, 2006 Hi. I want to remove The "Top" and "Catalog" links in the HeaderNavigation box in header.php. I think the way is to modify the trail function in the breadcrumb.php file. But I can't seem to get it to work. Any ideas?
Guest Posted November 28, 2006 Posted November 28, 2006 in includes/application_top.php Look for: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); The_Bear
the2003s Posted November 28, 2006 Author Posted November 28, 2006 in includes/application_top.phpLook for: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); The_Bear Thanks, that did the trick. But I've noticed that when I click on a product the HeaderNavigation displays Shop Name & Category, which is good, but after the category it doesn't display a link with the product's name. How can I add this? I need it because it helps in terms of SEO. Cheers
bill110 Posted November 28, 2006 Posted November 28, 2006 This may be what you are looking for http://www.oscommerce.com/community/contributions,1554 My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
Recommended Posts
Archived
This topic is now archived and is closed to further replies.