Guest Posted March 8, 2004 Share Posted March 8, 2004 No matter how i change this line , i always get a undefined function error or a parse error . This line is located in /catalog/index.php . define('TEXT_MAIN', 'Welkom op de webshop van <b> DCS Stein .</b><br><br><table border="0" width="100%" cellspacing="5" cellpadding="2" ' . tep_image(DIR_WS_IMAGES ) .'"</td><b>Wie zijn wij?</b><br><br> thnx Link to comment Share on other sites More sharing options...
ptrau Posted March 8, 2004 Share Posted March 8, 2004 1) you have to end your DEFINE('TEXT_MAIN')', ' your information here with the following: '); 2) you have to escape any single quotation marks(apostrophe) ' with a backslash example: that\'s my dog\'s stuff 3) You do NOT have to escape double quotes " if they are contained in html tags. 4) Best to call images with their url in this section: <img src="catalog/path/to/my/image.xxx"> Hope this helps "Aliiiiive, it's alive, it's ALIIIIIIIIIIIIIVE!!!" Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.