Guest Posted February 7, 2008 Posted February 7, 2008 Hi, My oscommerce site is a section within a larger site, andI want to change where 'home' in the breadcrumbs points... can anyone tell me where I need to edit it? Ta (PS I'm using STS template system, but I don't think that makes a difference!)
♥FWR Media Posted February 7, 2008 Posted February 7, 2008 Hi, My oscommerce site is a section within a larger site, andI want to change where 'home' in the breadcrumbs points... can anyone tell me where I need to edit it? Ta (PS I'm using STS template system, but I don't think that makes a difference!) catalog/includes/application_top.php find .. $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); HEADER_TITLE_TOP is the "home" HEADER_TITLE_CATALOG is the shop Text defines are in catalog/includes/languages/MYLANGUAGE.php (probs english.php) define('HEADER_TITLE_TOP', 'Top'); define('HEADER_TITLE_CATALOG', 'Catalog'); Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.