Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

parse error?


jgold500

Recommended Posts

iam getting this parse error using the code below in the english.php file, can you tell whats wrong ?

james

 

Parse error: parse error in /var/www/html/catalog/includes/languages/english.php on line 334

 

define('FOOTER_TEXT_BODY', 'Copyright © 2003 <a href="http://www.professionalcleaningsupply.com" target="_blank">PCS</a><br>Powered PCS <a href="http://www.professionalcleaningsupply.com" target="_blank">PCS</a>');

<td align="center"><img src="http://www.professionalcleaningsupply.com/catalog/images/Visa.gif" border="0" alt="We Accept Visa, MasterCard and Discover" title=" We Accept Visa, MasterCard and Discover " width="151" height="23"></td>

?>

Link to comment
Share on other sites

Change

define('FOOTER_TEXT_BODY', 'Copyright © 2003 <a href="http://www.professionalcleaningsupply.com" target="_blank">PCS</a><br>Powered PCS <a href="http://www.professionalcleaningsupply.com" target="_blank">PCS</a>');

<td align="center"><img src="http://www.professionalcleaningsupply.com/catalog/images/Visa.gif" border="0" alt="We Accept Visa, MasterCard and Discover" title=" We Accept Visa, MasterCard and Discover " width="151" height="23"></td>

to

define('FOOTER_TEXT_BODY', 'Copyright © 2003 <a href="http://www.professionalcleaningsupply.com" target="_blank">PCS</a><br>Powered PCS <a href="http://www.professionalcleaningsupply.com" target="_blank">PCS</a>'

<td align="center"><img src="http://www.professionalcleaningsupply.com/catalog/images/Visa.gif" border="0" alt="We Accept Visa, MasterCard and Discover" title=" We Accept Visa, MasterCard and Discover " width="151" height="23"></td>);

 

HTH

Tom

Link to comment
Share on other sites

Hi,

try this, not testified,

 

define('FOOTER_TEXT_BODY', 'Copyright © 2003 <a href="http://www.professionalcleaningsupply.com" target="_blank">PCS</a><br>Powered PCS <a href="http://www.professionalcleaningsupply.com" target="_blank">PCS</a>

<td align="center"><img src="http://www.professionalcleaningsupply.com/catalog/images/Visa.gif" border="0" alt="We Accept Visa, MasterCard and Discover" title=" We Accept Visa, MasterCard and Discover " width="151" height="23"></td>');

?>

 

greetings

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...