Quote:
Originally Posted by Boofo
This:
Code:
$add_before = "$ie6fix". PHP_EOL;
should be:
Code:
$add_before = '"$ie6fix". PHP_EOL';
|
i still get this message
Parse error: syntax error, unexpected T_STRING in
/home/ereptalk/public_html/includes/functions.php(6851) : eval()'d code on line
8
what i want to try do is create a customer template then insert this template into the headr do you know how to do that ?