Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

page title still says oscommerce


Guest

Recommended Posts

Posted

Where do i change the page title that appears on every page at the top. It still says oscommerce.

 

I know its probably staring me in my face! :blink:

 

 

Kirsten

Posted
Where do i change the page title that appears on every page at the top. It still says oscommerce.

 

I know its probably staring me in my face! :blink:

Kirsten

 

 

Look in (catalog)includes/languages/english.php

 

on round line 48

 

define('TITLE', 'Oscommerce');

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Posted
Look in (catalog)includes/languages/english.php

 

on round line 48

 

define('TITLE', 'Oscommerce');

 

 

really odd when i try to edit it it just makes my page blank.. EIK! :blink:

Posted
really odd when i try to edit it it just makes my page blank.. EIK! :blink:

 

perhaps it is something you are trying to put between the ' '

define('TITLE', ' ..here.. ');

 

maybe if you showed us your replacement text?

one-click installation..

Dave's info

Posted
perhaps it is something you are trying to put between the ' '

define('TITLE', ' ..here.. ');

 

maybe if you showed us your replacement text?

 

 

it works like this

 

define('TITLE', keepnthememories);

 

 

but won't work if i put spaces etc

 

this won't work :

 

define('TITLE', keep'n the memories);

 

this wont work either

 

define('TITLE', Keep\'n The Memories);

Posted
it works like this

 

define('TITLE', keepnthememories);

but won't work if i put spaces etc

 

this won't work :

 

define('TITLE', keep'n the memories);

 

this wont work either

 

define('TITLE', Keep\'n The Memories);

 

try this define('TITLE', Keep/'n The Memories);

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Posted
it works like this

 

define('TITLE', keepnthememories);

but won't work if i put spaces etc

 

this won't work :

 

define('TITLE', keep'n the memories);

 

this wont work either

 

define('TITLE', Keep\'n The Memories);

 

 

Don't worry it was missing the ' ' .. someone had edited it prior and removed it. thanks!

Posted
Don't worry it was missing the ' ' .. someone had edited it prior and removed it. thanks!

 

 

it was meant to be define('TITLE', 'Keep\'n The Memories');

Archived

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

×
×
  • Create New...