Guest Posted February 22, 2008 Posted February 22, 2008 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.