Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing the website name


Guest

Recommended Posts

Posted

This is probably really easy to do but not sure which file its in?

i need to change the title bar name from the default osCommerce

 

os.JPG

 

Thanks for you help in advance

Posted
This is probably really easy to do but not sure which file its in?

i need to change the title bar name from the default osCommerce

 

os.JPG

 

Thanks for you help in advance

Have a look at /admin/includes/languages/english.php

 

You'll see

// page title
define('TITLE', 'osCommerce');

 

Replace osCommerce to what ever you want..

 

-- Mindy

Posted
Have a look at /admin/includes/languages/english.php

 

You'll see

// page title
define('TITLE', 'osCommerce');

 

Replace osCommerce to what ever you want..

 

-- Mindy

 

your a star

Archived

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

×
×
  • Create New...