ozcsys Posted November 28, 2003 Posted November 28, 2003 I would like to remove "top" from the breadcrumb trail and I looked at the breadcrumb.php file but could not tell what to change. On the product page I would like to remove the link from the picture. Thanks Richard The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
quetzlcoatl Posted November 28, 2003 Posted November 28, 2003 To remove "top" from the breadcrumb trail, open catalog/includes/languages/english.php and find this line (about 1/8th down): define('HEADER_TITLE_TOP', 'Top'); change to define('HEADER_TITLE_TOP', ''); or you could just replace "top" with something else, don't delete that line entirely.
ozcsys Posted November 28, 2003 Author Posted November 28, 2003 To remove "top" from the breadcrumb trail, open catalog/includes/languages/english.php and find this line (about 1/8th down): or you could just replace "top" with something else, don't delete that line entirely. Thanks, I was looking in the wrong place. I just did not really need it as I am redirecting the domain index to catalog so both of them went to the same place. Richard The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Guest Posted November 28, 2003 Posted November 28, 2003 To remove top from the breadcrumb trail In catalog/includes/application_top.php, comment out $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); The_Bear
Recommended Posts
Archived
This topic is now archived and is closed to further replies.