ann1874 Posted July 21, 2005 Share Posted July 21, 2005 please help!!! I hav e tried to delete the default text on the main page by editing in index.php and now i'm getting a parse error: unexpected t-string error on line 13.I read a similar post and tried to make my code like that one but it didn't work for me. I don't know what I have done wrong. here's what I have define('TEXT_MAIN', 'Welcome to Carrolls Gift Corner, <b>It's our mission to create an enjoyable shopping experience </b>. If you encounter anything less please feel free to contact us via email!'); Link to comment Share on other sites More sharing options...
♥14steve14 Posted July 21, 2005 Share Posted July 21, 2005 please help!!! I hav define('TEXT_MAIN', 'Welcome to Carrolls Gift Corner, <b>It's our mission to create an enjoyable shopping experience </b>. If you encounter anything less please feel free to contact us via email!'); <{POST_SNAPBACK}> One problem you have is with the word It's. When entering text like this it should be it\'s. You may need to check the complete document for other similar errors. REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.