ashlvsya Posted March 29, 2004 Share Posted March 29, 2004 The text shown here can be modified in the following file, on each language basis: [path to catalog]/includes/languages/english/index.php That file can be edited manually, or via the Administration Tool with the Languages->English->Define or Tools->File Manager modules. The text is set in the following manner: define('TEXT_MAIN', 'This is a default setup of the osCommerce project...'); The text highlighted in green may be modified - it is important to keep the define() of the TEXT_MAIN keyword. To remove the text for TEXT_MAIN completely, the following example is used where only two single quote characters exist: define('TEXT_MAIN', ''); When trying to change this bit I get this error Parse error: parse error in /home/******/public_html/shop/includes/languages/english/index.php on line 13 Has anyone got a tutoria for making a good index.php page, I'm stuck Cheers Ash Link to comment Share on other sites More sharing options...
ashlvsya Posted March 29, 2004 Author Share Posted March 29, 2004 Figured it out cheers anyway Link to comment Share on other sites More sharing options...
ashlvsya Posted March 29, 2004 Author Share Posted March 29, 2004 Figured it out most of it but need a little help. define('TEXT_MAIN', ''); Where do I input my text here? Link to comment Share on other sites More sharing options...
ashlvsya Posted April 2, 2004 Author Share Posted April 2, 2004 bump Link to comment Share on other sites More sharing options...
Guest Posted April 2, 2004 Share Posted April 2, 2004 You put your text between the ' ' define('TEXT_MAIN', 'your text here'); The_Bear Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.