Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing 'home' destination in breadcrumbs


Guest

Recommended Posts

Posted

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!)

Posted
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');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...