Hey all,
I'm getting strange output from FastTemplates. It almost seems like it's not parsing files correctly for variables. For example, I put a variable called {menu} in a template. When I assign a variable, say $foo="bar", to the {menu} var, I get the following:
{bar}
when I should be getting:
bar
Has anyone seen this before? Thanks in advance!