Greetings.
I’m doing the following in my path.php file:
$global_vars = array(
"inclusive_stack" => "4&5;"
);When I display the variable in my template it has a semi-colon on the end, 4&5;
It’s got something to do with the ampersand and the global_vars array.
Any ideas?