Sawtooth500 Posted October 13, 2008 Posted October 13, 2008 I've changed the "top" in my breadcrumb to say "home", and I want to get rid of the "catalog" in the breadcrumb altogether so it's just never there. How do I do this? Thanks.
spax Posted October 13, 2008 Posted October 13, 2008 In includes/application_top.php, remove or comment out with 2 forward slashes // this line $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); Best to comment rather than remove so you can have it back if you change your mind later. // $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));
Recommended Posts
Archived
This topic is now archived and is closed to further replies.