Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How Do I Change This


Guest

Recommended Posts

Posted

Top ? Catalog ? Bass Guitars

 

On the top of my website I have this line of links, but when I click on top it takes me to my index root of the wenbsite, I want it to say home and take me home

 

Thanks

Posted

In catalog/includes/application_top.php around line 466

Change this $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); to this:

//$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

The_Bear

Posted
In catalog/includes/application_top.php around line 466

Change this $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); to this:

//$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

The_Bear

 

 

Done, thank you, now how can I change it from catalog to home ?

 

Thanks

Posted

in catalog/includes/languages/english.php change:

define('HEADER_TITLE_TOP', 'Top');

to

define('HEADER_TITLE_TOP', 'Home');

 

-jared

Posted
in catalog/includes/languages/english.php change:

define('HEADER_TITLE_TOP', 'Top');

to

define('HEADER_TITLE_TOP', 'Home');

 

-jared

 

 

Got it, it was jut below the title top one

 

define('HEADER_TITLE_CATALOG', 'Home');

Archived

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

×
×
  • Create New...