Load-This Posted March 7, 2006 Posted March 7, 2006 Hi All, Can someone please tell me how i can change the default "Top >> Catalog" to just "Home" with the bread crumbs.
Guest Posted March 7, 2006 Posted March 7, 2006 you edit the catalog\includes\application_top.php find this code: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); comment out the first line the change the string of the HEADER_TITLE_CATALOG (catalog\includes\languages\english.php) to 'Home'
Recommended Posts
Archived
This topic is now archived and is closed to further replies.