Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What have I deleted


Guest

Recommended Posts

Posted

Hi All

 

I have deleted something and I am not sure what it is. If you look at my site you can see http://ghost-rc.co.uk/catalog/index.php that I have Heading_title etc on there and also here I have more lines with underscores http://ghost-rc.co.uk/catalog/index.php?cPath=3_15 I am completly new to this and so far have been pretty pleased with my work I just need somebody to point me in the right direction here.

 

Thanks

 

Matt

Posted

Those defines should be found within your languages files somewhere. I think its in the english/index file, but i am not sure.

REMEMBER BACKUP, BACKUP AND BACKUP

Posted
Those defines should be found within your languages files somewhere. I think its in the english/index file, but i am not sure.

 

Look in includes\languages\english\index.php for

 

define('TEXT_MAIN', your main text here enclosed in single quotes );

 

define('HEADING_TITLE', 'Categories');

 

etc.

 

Anything you see as a variable should have a define statement in this file, I think.

 

You may also be missing the require statement in one of your files that calls these language parameters.

Your index.php file should have this line:

 

require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFAULT);

Archived

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

×
×
  • Create New...