Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing & to & in html_output.php


Guest

Recommended Posts

Posted

I'm trying to change & to & in html_output.php.

 

if (tep_not_null($parameters)) {

$link .= $page . '?' . tep_output_string($parameters);

$separator = '&';

} else {

$link .= $page;

$separator = '?';

}

 

if I modify '&' at all it give this error:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/creativecropping/www/catalog/includes/functions/html_output.php on line 307

 

And I have to copy the original to clear the problem.

How do I change this so the validators are happy :)

Thanks

John

Archived

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

×
×
  • Create New...