Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Top to Home


hatman

Recommended Posts

Posted

Hi guys,

 

I was wondering if there a way to change the breadcrumbs to say 'home' and instead of 'top'

 

Greatful for any advice.

 

Hatman

Posted

In includes/languages/english.php

 

define('HEADER_TITLE_TOP', 'Top');

 

The_Bear

Posted
Hi guys,

 

I was wondering if there a way to change the breadcrumbs to say 'home' and instead of 'top'

 

Greatful for any advice.

 

Hatman

 

 

catalog/includes/languages/Yourlanguage.php

 

around line 55

 

define('HEADER_TITLE_TOP', 'Top');

 

change it to

define('HEADER_TITLE_TOP', 'Home');

Archived

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

×
×
  • Create New...