Guest Posted January 18, 2006 Posted January 18, 2006 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
♥14steve14 Posted January 18, 2006 Posted January 18, 2006 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
ATeschner Posted January 18, 2006 Posted January 18, 2006 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);
Recommended Posts
Archived
This topic is now archived and is closed to further replies.