On Fri, 14 Jan 2005, Thomas Gutzler wrote

> <TMPL_IF NAME=FOO>foo</TMPL_IF>

That should work fine now.

> <TMPL_IF NAME=FOO OR NAME=BAR>foo or bar</TMPL_IF>

Use HTML::Template::Expr and write it:

  <TMPL_IF EXPR="FOO || BAR">foo or bar</TMPL_IF>

-sam


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to