Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rename categories heading brands


Guest

Recommended Posts

Posted

Hi

 

I'd like my Categories heading to read Brands but I can't figure how to change this - any help appreciated

 

Thanks Nick

Posted

Page:

catalog/includes/boxes/categories.php

 

Line: 66

$info_box_contents[] = array('text' => BOX_HEADING_CATEGORIES);

Lloyd

Posted

OH yeah-- I am use to working with code and rarely look at the languages anymore but the preferred way to do it would be -

page:catalog/includes/languages/english.php

 

Line 73:

define('BOX_HEADING_CATEGORIES', 'Categories');

Lloyd

Posted
OH yeah-- I am use to working with code and rarely look at the languages anymore but the preferred way to do it would be -

page:catalog/includes/languages/english.php

 

Line 73:

define('BOX_HEADING_CATEGORIES', 'Categories');

 

 

Hi

 

I never even noticed the english.php file before!

 

Thanks a lot.

 

Cheers Nick

Archived

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

×
×
  • Create New...