Hello,

 

I am trying to have text appear in a template if a variable is set, I can print out the variable fine, but when I do:

 

[% if TAKEN_NAME %]

<font…..>

[% END %]

 

I get a 500 error and the apache error_log tells me

 

reason: file error - parse error: join.tt2 line 55: unexpected token (TAKEN_NAME)

  [% if TAKEN_NAME %]

 

Thoughts?

 

Mike Melillo

 

Reply via email to