Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing "Top" To "Home"


Guest

Recommended Posts

Posted

I've recently installed my store.

 

OK, here are two questions:

 

1) How do I Change the link that says "TOP" to "HOME?"

 

2) AS my store is based is England, how do I change the link that says "CATALOG" to "CATALOGUE?"

 

 

As you've guessed, I'm a newbie! :blink:

 

Help would be much apeciated. :)

Posted

In catalog>includes>languages>english.php change this:

 

define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Catalog');

 

to this:

 

define('HEADER_TITLE_TOP', 'Home');
define('HEADER_TITLE_CATALOG', 'Catalogue');

Archived

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

×
×
  • Create New...