RE: How do I get my store to work live
The_Bear <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <9d18db3c66ce29bd8a1b04373db6f5a6@osCommerce-Forums> |
This message was sent from: Installation and Configuration
http://forums.oscommerce.com/viewtopic.php?p=227465#227465
----------------------------------------------------------------
Try it like this [code]define('TEXT_MAIN', 'Welcome to Advantage Bait Company\'s online bait shop<br>This shop is based on <font color="#f0000"><b>' . PROJECT_VERSION . '</b></font>.');[/code]
You needed a space after the first comma and before a ' you have to put a \ so it looks like this \'
HTH
The_Bear