RE: Help with default.php in Define language
The_Bear <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <28b73a38abdefd969bf7413b41e9ece2@osCommerce-Forums> |
This message was sent from: Installation and Configuration
http://forums.oscommerce.com/viewtopic.php?p=227399#227399
----------------------------------------------------------------
Yes because in your language/english/default.php where you have [code]define('Test'); [/code] you should have [code]define('TEXT_MAIN','This where you add the text for the main page');[/code]
The_Bear