To check the following for yourself go here
http://dragonstailmotorsports.com/Make backups of any files before you edit and
USE AT YOUR OWN RISKThis is in 6.4.1.a B2B
To remove
TOP from the breadcrumbs
catalog/includes/application_top.php
add // to the front of line #563
Line #560 // include the breadcrumb class and start the breadcrumb trail
Line #561 require(DIR_FS_CLASSES . 'breadcrumb.php');
Line #562 $breadcrumb = new breadcrumb;
Line #563 // $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);
To change
CATALOG in breadcrumbs to
Dragons Tail Motorsports we did the following
In catalog/includes/languages/english.php this is what we did.
copied old line 121 pasted to make line 122
add // to line 121 (
why delete it)
Modified line 122 to read as shown now breadcrumbs shows
Dragons Tail Motorsports instead of Catalog
Line # 120 define('HEADER_TITLE_TOP', 'Top');
Line # 121 //define('HEADER_TITLE_CATALOG', 'Catalog');
Line # 122 define('HEADER_TITLE_CATALOG', 'Dragons Tail Motorsports');