sukrub Posted November 22, 2004 Posted November 22, 2004 I am going to host multiple stores under one domain. I would like to get rid of 'Top' link in the BreadCrumbs String. I looked at the /catalog/includes/classes/breadcrumbs.php..... It did not make much sense to me (I am not that good with php) Your input is greatly appriciated as always. Thanks.
ozcsys Posted November 22, 2004 Posted November 22, 2004 I am going to host multiple stores under one domain. I would like to get rid of 'Top' link in the BreadCrumbs String. I looked at the /catalog/includes/classes/breadcrumbs.php..... It did not make much sense to me (I am not that good with php) Your input is greatly appriciated as always. Thanks. <{POST_SNAPBACK}> In your application_top.php file look for the following line $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); Change to //$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); 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??
sukrub Posted November 22, 2004 Author Posted November 22, 2004 Yes... That did it. I would never figure this out by myself. Thank you very much. Sukru Boztepe
Recommended Posts
Archived
This topic is now archived and is closed to further replies.